Html Css Color HEX #CC61C7 Fuchsia

📋 copy color: '#CC61C7'

red 204 ◦ green 97 ◦ blue 199

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

Shades of Fuchsia #CC61C7

Tints of Fuchsia #CC61C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.8%

R = 40.8%
G = 19.4%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#CC61C7 (or 0xCC61C7) is known color: Fuchsia. HEX triplet: CC, 61 and C7. RGB value is (204,97,199). Sum of RGB (Red+Green+Blue) = 204+97+199=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 97 (38.28% from 255 or 19.4% from 500); Blue value is 199 (78.12% from 255 or 39.8% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CC61C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC61C7 is #339E38. Grayscale: #8C8C8C. Windows color (decimal): -3382841 or 13066700. OLE color: 13066700.

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

Color convert

RGB 204 97 199 -
CMYK 0 0.52 0.02 0.2
HSL 302.8º 0.51% 0.59% -
HSV(B) 302.8º 0.52% 0.8% -
XYZ 39.49 25.51 56.88 -
YUV 140.62 160.95 173.21 -
System Red Green Blue C M Y K H S L
Decimal 204 97 199 0 0.52 0.02 0.2 302.8 0.51 0.59
Hex CC 61 C7 0 34 2 14 12F 33 3B
Octal 314 141 307 0 64 2 24 457 63 73
Binary 11001100 1100001 11000111 0 110100 10 10100 100101111 110011 111011

Color Harmonies of #CC61C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC61C7

Black with #CC61C7

Text Example


Text Example

White with #CC61C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC61C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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