Html Css Color HEX #CC62CB Fuchsia

📋 copy color: '#CC62CB'

red 204 ◦ green 98 ◦ blue 203

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

Shades of Fuchsia #CC62CB

Tints of Fuchsia #CC62CB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.41%

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

R = 40.4%
G = 19.41%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC62CB (or 0xCC62CB) is known color: Fuchsia. HEX triplet: CC, 62 and CB. RGB value is (204,98,203). Sum of RGB (Red+Green+Blue) = 204+98+203=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 98 (38.67% from 255 or 19.41% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CC62CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC62CB is #339D34. Grayscale: #8D8D8D. Windows color (decimal): -3382581 or 13329100. OLE color: 13329100.

HSL color Cylindrical-coordinate representation of color #CC62CB: 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.52%. Process color model (Four color, CMYK) of #CC62CB is Cyan = 0, Magento = 0.52, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 98 203 -
CMYK 0 0.52 0.00 0.2
HSL 300.57º 0.51% 0.59% -
HSV(B) 300.57º 0.52% 0.8% -
XYZ 40.05 25.88 59.39 -
YUV 141.66 162.62 172.46 -
System Red Green Blue C M Y K H S L
Decimal 204 98 203 0 0.52 0.00 0.2 300.57 0.51 0.59
Hex CC 62 CB 0 34 0 14 12D 33 3B
Octal 314 142 313 0 64 0 24 455 63 73
Binary 11001100 1100010 11001011 0 110100 0 10100 100101101 110011 111011

Color Harmonies of #CC62CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC62CB

Black with #CC62CB

Text Example


Text Example

White with #CC62CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC62CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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