Html Css Color HEX #CC2CC2 Fuchsia

📋 copy color: '#CC2CC2'

red 204 ◦ green 44 ◦ blue 194

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

Shades of Fuchsia #CC2CC2

Tints of Fuchsia #CC2CC2

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.95%

 BLUE value IS 194 (76.17% from 255) = 43.89%

R = 46.15%
G = 9.95%
B = 43.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#CC2CC2 (or 0xCC2CC2) is known color: Fuchsia. HEX triplet: CC, 2C and C2. RGB value is (204,44,194). Sum of RGB (Red+Green+Blue) = 204+44+194=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 44 (17.58% from 255 or 9.95% from 442); Blue value is 194 (76.17% from 255 or 43.89% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2CC2 is #33D33D. Grayscale: #6C6C6C. Windows color (decimal): -3396414 or 12725452. OLE color: 12725452.

HSL color Cylindrical-coordinate representation of color #CC2CC2: hue angle of 303.75º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC2CC2 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 44 194 -
CMYK 0 0.78 0.05 0.2
HSL 303.75º 0.65% 0.49% -
HSV(B) 303.75º 0.78% 0.8% -
XYZ 35.54 18.53 52.74 -
YUV 108.94 176.01 195.8 -
System Red Green Blue C M Y K H S L
Decimal 204 44 194 0 0.78 0.05 0.2 303.75 0.65 0.49
Hex CC 2C C2 0 4E 5 14 130 41 31
Octal 314 54 302 0 116 5 24 460 101 61
Binary 11001100 101100 11000010 0 1001110 101 10100 100110000 1000001 110001

Color Harmonies of #CC2CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2CC2

Black with #CC2CC2

Text Example


Text Example

White with #CC2CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2CC2; }

 p { color: rgb(204,44,194); }

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

background-color css

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

 a { background-color: rgb(204,44,194); }

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

border-color css

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

 span { border-color: rgb(204,44,194); }

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