Html Css Color HEX #CC63C0 Fuchsia

📋 copy color: '#CC63C0'

red 204 ◦ green 99 ◦ blue 192

#CC63C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #CC63C0

Tints of Fuchsia #CC63C0

RGB

 RED value IS 204 (80.08% from 255) = 41.21%

 GREEN value IS 99 (39.06% from 255) = 20%

 BLUE value IS 192 (75.39% from 255) = 38.79%

R = 41.21%
G = 20%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CC63C0 (or 0xCC63C0) is known color: Fuchsia. HEX triplet: CC, 63 and C0. RGB value is (204,99,192). Sum of RGB (Red+Green+Blue) = 204+99+192=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 99 (39.06% from 255 or 20% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CC63C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC63C0 is #339C3F. Grayscale: #8C8C8C. Windows color (decimal): -3382336 or 12608460. OLE color: 12608460.

HSL color Cylindrical-coordinate representation of color #CC63C0: hue angle of 306.86º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC63C0 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 99 192 -
CMYK 0 0.51 0.06 0.2
HSL 306.86º 0.51% 0.59% -
HSV(B) 306.86º 0.51% 0.8% -
XYZ 38.88 25.57 52.75 -
YUV 141 156.79 172.94 -
System Red Green Blue C M Y K H S L
Decimal 204 99 192 0 0.51 0.06 0.2 306.86 0.51 0.59
Hex CC 63 C0 0 33 6 14 133 33 3B
Octal 314 143 300 0 63 6 24 463 63 73
Binary 11001100 1100011 11000000 0 110011 110 10100 100110011 110011 111011

Color Harmonies of #CC63C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC63C0

Black with #CC63C0

Text Example


Text Example

White with #CC63C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC63C0; }

 p { color: rgb(204,99,192); }

 H1.HeaderClassName
 {
   color: #CC63C0;
 }
 .AnyTagClassName
 {
   color: #CC63C0;
 }
</style>

background-color css

<style>
 a { background-color: #CC63C0; }

 a { background-color: rgb(204,99,192); }

 div.DivClassName
 {
   background-color: #CC63C0;
 }
 .BgClassName
 {
   background-color: #CC63C0;
 }
</style>

border-color css

<style>
 span { border-color: #CC63C0; }

 span { border-color: rgb(204,99,192); }

 td.TdClassName
 {
   border-color: #CC63C0;
 }
 .TagClassName
 {
   border-color: #CC63C0;
 }
</style>