Html Css Color HEX #CC63CB Fuchsia

📋 copy color: '#CC63CB'

red 204 ◦ green 99 ◦ blue 203

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

Shades of Fuchsia #CC63CB

Tints of Fuchsia #CC63CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.12%

R = 40.32%
G = 19.57%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC63CB (or 0xCC63CB) is known color: Fuchsia. HEX triplet: CC, 63 and CB. RGB value is (204,99,203). Sum of RGB (Red+Green+Blue) = 204+99+203=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 99 (39.06% from 255 or 19.57% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CC63CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC63CB is #339C34. Grayscale: #8D8D8D. Windows color (decimal): -3382325 or 13329356. OLE color: 13329356.

HSL color Cylindrical-coordinate representation of color #CC63CB: hue angle of 300.57º 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 #CC63CB is Cyan = 0, Magento = 0.51, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 99 203 -
CMYK 0 0.51 0.00 0.2
HSL 300.57º 0.51% 0.59% -
HSV(B) 300.57º 0.51% 0.8% -
XYZ 40.14 26.07 59.42 -
YUV 142.25 162.29 172.04 -
System Red Green Blue C M Y K H S L
Decimal 204 99 203 0 0.51 0.00 0.2 300.57 0.51 0.59
Hex CC 63 CB 0 33 0 14 12D 33 3B
Octal 314 143 313 0 63 0 24 455 63 73
Binary 11001100 1100011 11001011 0 110011 0 10100 100101101 110011 111011

Color Harmonies of #CC63CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC63CB

Black with #CC63CB

Text Example


Text Example

White with #CC63CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC63CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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