Html Css Color HEX #CC61CE Fuchsia

📋 copy color: '#CC61CE'

red 204 ◦ green 97 ◦ blue 206

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

Shades of Fuchsia #CC61CE

Tints of Fuchsia #CC61CE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.13%

 BLUE value IS 206 (80.86% from 255) = 40.63%

R = 40.24%
G = 19.13%
B = 40.63%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC61CE (or 0xCC61CE) is known color: Fuchsia. HEX triplet: CC, 61 and CE. RGB value is (204,97,206). Sum of RGB (Red+Green+Blue) = 204+97+206=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 97 (38.28% from 255 or 19.13% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC61CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC61CE is #339E31. Grayscale: #8D8D8D. Windows color (decimal): -3382834 or 13525452. OLE color: 13525452.

HSL color Cylindrical-coordinate representation of color #CC61CE: hue angle of 298.9º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC61CE is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 97 206 -
CMYK 0.01 0.53 0 0.19
HSL 298.9º 0.53% 0.59% -
HSV(B) 298.9º 0.53% 0.81% -
XYZ 40.32 25.84 61.26 -
YUV 141.42 164.45 172.64 -
System Red Green Blue C M Y K H S L
Decimal 204 97 206 0.01 0.53 0 0.19 298.9 0.53 0.59
Hex CC 61 CE 1 35 0 13 12B 35 3B
Octal 314 141 316 1 65 0 23 453 65 73
Binary 11001100 1100001 11001110 1 110101 0 10011 100101011 110101 111011

Color Harmonies of #CC61CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC61CE

Black with #CC61CE

Text Example


Text Example

White with #CC61CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC61CE; }

 p { color: rgb(204,97,206); }

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

background-color css

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

 a { background-color: rgb(204,97,206); }

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

border-color css

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

 span { border-color: rgb(204,97,206); }

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