Html Css Color HEX #CC62C5 Fuchsia

📋 copy color: '#CC62C5'

red 204 ◦ green 98 ◦ blue 197

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

Shades of Fuchsia #CC62C5

Tints of Fuchsia #CC62C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.48%

R = 40.88%
G = 19.64%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#CC62C5 (or 0xCC62C5) is known color: Fuchsia. HEX triplet: CC, 62 and C5. RGB value is (204,98,197). Sum of RGB (Red+Green+Blue) = 204+98+197=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 98 (38.67% from 255 or 19.64% from 499); Blue value is 197 (77.34% from 255 or 39.48% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CC62C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC62C5 is #339D3A. Grayscale: #8C8C8C. Windows color (decimal): -3382587 or 12935884. OLE color: 12935884.

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

Color convert

RGB 204 98 197 -
CMYK 0 0.52 0.03 0.2
HSL 303.96º 0.51% 0.59% -
HSV(B) 303.96º 0.52% 0.8% -
XYZ 39.35 25.6 55.69 -
YUV 140.98 159.62 172.95 -
System Red Green Blue C M Y K H S L
Decimal 204 98 197 0 0.52 0.03 0.2 303.96 0.51 0.59
Hex CC 62 C5 0 34 3 14 130 33 3B
Octal 314 142 305 0 64 3 24 460 63 73
Binary 11001100 1100010 11000101 0 110100 11 10100 100110000 110011 111011

Color Harmonies of #CC62C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC62C5

Black with #CC62C5

Text Example


Text Example

White with #CC62C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC62C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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