Html Css Color HEX #CC45CC Fuchsia

📋 copy color: '#CC45CC'

red 204 ◦ green 69 ◦ blue 204

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

Shades of Fuchsia #CC45CC

Tints of Fuchsia #CC45CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.77%

R = 42.77%
G = 14.47%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CC45CC (or 0xCC45CC) is known color: Fuchsia. HEX triplet: CC, 45 and CC. RGB value is (204,69,204). Sum of RGB (Red+Green+Blue) = 204+69+204=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 69 (27.34% from 255 or 14.47% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC45CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC45CC is #33BA33. Grayscale: #7C7C7C. Windows color (decimal): -3390004 or 13387212. OLE color: 13387212.

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

Color convert

RGB 204 69 204 -
CMYK 0 0.66 0 0.2
HSL 300º 0.57% 0.54% -
HSV(B) 300º 0.66% 0.8% -
XYZ 37.93 21.45 59.27 -
YUV 124.76 172.73 184.52 -
System Red Green Blue C M Y K H S L
Decimal 204 69 204 0 0.66 0 0.2 300 0.57 0.54
Hex CC 45 CC 0 42 0 14 12C 39 36
Octal 314 105 314 0 102 0 24 454 71 66
Binary 11001100 1000101 11001100 0 1000010 0 10100 100101100 111001 110110

Color Harmonies of #CC45CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC45CC

Black with #CC45CC

Text Example


Text Example

White with #CC45CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC45CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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