Html Css Color HEX #CC62B2 Fuchsia

📋 copy color: '#CC62B2'

red 204 ◦ green 98 ◦ blue 178

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

Shades of Fuchsia #CC62B2

Tints of Fuchsia #CC62B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.08%

R = 42.5%
G = 20.42%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#CC62B2 (or 0xCC62B2) is known color: Fuchsia. HEX triplet: CC, 62 and B2. RGB value is (204,98,178). Sum of RGB (Red+Green+Blue) = 204+98+178=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 98 (38.67% from 255 or 20.42% from 480); Blue value is 178 (69.92% from 255 or 37.08% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CC62B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC62B2 is #339D4D. Grayscale: #8A8A8A. Windows color (decimal): -3382606 or 11690700. OLE color: 11690700.

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

Color convert

RGB 204 98 178 -
CMYK 0 0.52 0.13 0.2
HSL 314.72º 0.51% 0.59% -
HSV(B) 314.72º 0.52% 0.8% -
XYZ 37.31 24.79 44.94 -
YUV 138.81 150.12 174.5 -
System Red Green Blue C M Y K H S L
Decimal 204 98 178 0 0.52 0.13 0.2 314.72 0.51 0.59
Hex CC 62 B2 0 34 D 14 13B 33 3B
Octal 314 142 262 0 64 15 24 473 63 73
Binary 11001100 1100010 10110010 0 110100 1101 10100 100111011 110011 111011

Color Harmonies of #CC62B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC62B2

Black with #CC62B2

Text Example


Text Example

White with #CC62B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC62B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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