Html Css Color HEX #CC45B9 Fuchsia

📋 copy color: '#CC45B9'

red 204 ◦ green 69 ◦ blue 185

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

Shades of Fuchsia #CC45B9

Tints of Fuchsia #CC45B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.39%

R = 44.54%
G = 15.07%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC45B9 (or 0xCC45B9) is known color: Fuchsia. HEX triplet: CC, 45 and B9. RGB value is (204,69,185). Sum of RGB (Red+Green+Blue) = 204+69+185=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 69 (27.34% from 255 or 15.07% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC45B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC45B9 is #33BA46. Grayscale: #7A7A7A. Windows color (decimal): -3390023 or 12142028. OLE color: 12142028.

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

Color convert

RGB 204 69 185 -
CMYK 0 0.66 0.09 0.2
HSL 308.44º 0.57% 0.54% -
HSV(B) 308.44º 0.66% 0.8% -
XYZ 35.79 20.6 47.99 -
YUV 122.59 163.23 186.07 -
System Red Green Blue C M Y K H S L
Decimal 204 69 185 0 0.66 0.09 0.2 308.44 0.57 0.54
Hex CC 45 B9 0 42 9 14 134 39 36
Octal 314 105 271 0 102 11 24 464 71 66
Binary 11001100 1000101 10111001 0 1000010 1001 10100 100110100 111001 110110

Color Harmonies of #CC45B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC45B9

Black with #CC45B9

Text Example


Text Example

White with #CC45B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC45B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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