Html Css Color HEX #CC61C0 Fuchsia

📋 copy color: '#CC61C0'

red 204 ◦ green 97 ◦ blue 192

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

Shades of Fuchsia #CC61C0

Tints of Fuchsia #CC61C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.95%

R = 41.38%
G = 19.68%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CC61C0 (or 0xCC61C0) is known color: Fuchsia. HEX triplet: CC, 61 and C0. RGB value is (204,97,192). Sum of RGB (Red+Green+Blue) = 204+97+192=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 97 (38.28% from 255 or 19.68% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CC61C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC61C0 is #339E3F. Grayscale: #8B8B8B. Windows color (decimal): -3382848 or 12607948. OLE color: 12607948.

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

Color convert

RGB 204 97 192 -
CMYK 0 0.52 0.06 0.2
HSL 306.73º 0.51% 0.59% -
HSV(B) 306.73º 0.52% 0.8% -
XYZ 38.69 25.19 52.69 -
YUV 139.82 157.45 173.78 -
System Red Green Blue C M Y K H S L
Decimal 204 97 192 0 0.52 0.06 0.2 306.73 0.51 0.59
Hex CC 61 C0 0 34 6 14 133 33 3B
Octal 314 141 300 0 64 6 24 463 63 73
Binary 11001100 1100001 11000000 0 110100 110 10100 100110011 110011 111011

Color Harmonies of #CC61C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC61C0

Black with #CC61C0

Text Example


Text Example

White with #CC61C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC61C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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