Html Css Color HEX #CC45C2 Fuchsia

📋 copy color: '#CC45C2'

red 204 ◦ green 69 ◦ blue 194

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

Shades of Fuchsia #CC45C2

Tints of Fuchsia #CC45C2

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.78%

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

R = 43.68%
G = 14.78%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#CC45C2 (or 0xCC45C2) is known color: Fuchsia. HEX triplet: CC, 45 and C2. RGB value is (204,69,194). Sum of RGB (Red+Green+Blue) = 204+69+194=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 69 (27.34% from 255 or 14.78% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC45C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC45C2 is #33BA3D. Grayscale: #7B7B7B. Windows color (decimal): -3390014 or 12731852. OLE color: 12731852.

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

Color convert

RGB 204 69 194 -
CMYK 0 0.66 0.05 0.2
HSL 304.44º 0.57% 0.54% -
HSV(B) 304.44º 0.66% 0.8% -
XYZ 36.77 20.99 53.15 -
YUV 123.62 167.73 185.34 -
System Red Green Blue C M Y K H S L
Decimal 204 69 194 0 0.66 0.05 0.2 304.44 0.57 0.54
Hex CC 45 C2 0 42 5 14 130 39 36
Octal 314 105 302 0 102 5 24 460 71 66
Binary 11001100 1000101 11000010 0 1000010 101 10100 100110000 111001 110110

Color Harmonies of #CC45C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC45C2

Black with #CC45C2

Text Example


Text Example

White with #CC45C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC45C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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