Html Css Color HEX #CC61C5 Fuchsia

📋 copy color: '#CC61C5'

red 204 ◦ green 97 ◦ blue 197

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

Shades of Fuchsia #CC61C5

Tints of Fuchsia #CC61C5

RGB

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

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

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

R = 40.96%
G = 19.48%
B = 39.56%

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

#CC61C5 (or 0xCC61C5) is known color: Fuchsia. HEX triplet: CC, 61 and C5. RGB value is (204,97,197). Sum of RGB (Red+Green+Blue) = 204+97+197=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 97 (38.28% from 255 or 19.48% from 498); Blue value is 197 (77.34% from 255 or 39.56% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CC61C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC61C5 is #339E3A. Grayscale: #8C8C8C. Windows color (decimal): -3382843 or 12935628. OLE color: 12935628.

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

Color convert

RGB 204 97 197 -
CMYK 0 0.52 0.03 0.2
HSL 303.93º 0.51% 0.59% -
HSV(B) 303.93º 0.52% 0.8% -
XYZ 39.25 25.42 55.66 -
YUV 140.39 159.95 173.37 -
System Red Green Blue C M Y K H S L
Decimal 204 97 197 0 0.52 0.03 0.2 303.93 0.51 0.59
Hex CC 61 C5 0 34 3 14 130 33 3B
Octal 314 141 305 0 64 3 24 460 63 73
Binary 11001100 1100001 11000101 0 110100 11 10100 100110000 110011 111011

Color Harmonies of #CC61C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC61C5

Black with #CC61C5

Text Example


Text Example

White with #CC61C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC61C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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