Html Css Color HEX #CC62C4 Fuchsia

📋 copy color: '#CC62C4'

red 204 ◦ green 98 ◦ blue 196

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

Shades of Fuchsia #CC62C4

Tints of Fuchsia #CC62C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 39.36%

R = 40.96%
G = 19.68%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#CC62C4 (or 0xCC62C4) is known color: Fuchsia. HEX triplet: CC, 62 and C4. RGB value is (204,98,196). Sum of RGB (Red+Green+Blue) = 204+98+196=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 98 (38.67% from 255 or 19.68% from 498); Blue value is 196 (76.95% from 255 or 39.36% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CC62C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC62C4 is #339D3B. Grayscale: #8C8C8C. Windows color (decimal): -3382588 or 12870348. OLE color: 12870348.

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

Color convert

RGB 204 98 196 -
CMYK 0 0.52 0.04 0.2
HSL 304.53º 0.51% 0.59% -
HSV(B) 304.53º 0.52% 0.8% -
XYZ 39.23 25.56 55.09 -
YUV 140.87 159.12 173.03 -
System Red Green Blue C M Y K H S L
Decimal 204 98 196 0 0.52 0.04 0.2 304.53 0.51 0.59
Hex CC 62 C4 0 34 4 14 131 33 3B
Octal 314 142 304 0 64 4 24 461 63 73
Binary 11001100 1100010 11000100 0 110100 100 10100 100110001 110011 111011

Color Harmonies of #CC62C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC62C4

Black with #CC62C4

Text Example


Text Example

White with #CC62C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC62C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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