Html Css Color HEX #CC62B5 Fuchsia

📋 copy color: '#CC62B5'

red 204 ◦ green 98 ◦ blue 181

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

Shades of Fuchsia #CC62B5

Tints of Fuchsia #CC62B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.47%

R = 42.24%
G = 20.29%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#CC62B5 (or 0xCC62B5) is known color: Fuchsia. HEX triplet: CC, 62 and B5. RGB value is (204,98,181). Sum of RGB (Red+Green+Blue) = 204+98+181=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 98 (38.67% from 255 or 20.29% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CC62B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC62B5 is #339D4A. Grayscale: #8A8A8A. Windows color (decimal): -3382603 or 11887308. OLE color: 11887308.

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

Color convert

RGB 204 98 181 -
CMYK 0 0.52 0.11 0.2
HSL 313.02º 0.51% 0.59% -
HSV(B) 313.02º 0.52% 0.8% -
XYZ 37.61 24.91 46.54 -
YUV 139.16 151.62 174.25 -
System Red Green Blue C M Y K H S L
Decimal 204 98 181 0 0.52 0.11 0.2 313.02 0.51 0.59
Hex CC 62 B5 0 34 B 14 139 33 3B
Octal 314 142 265 0 64 13 24 471 63 73
Binary 11001100 1100010 10110101 0 110100 1011 10100 100111001 110011 111011

Color Harmonies of #CC62B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC62B5

Black with #CC62B5

Text Example


Text Example

White with #CC62B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC62B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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