Html Css Color HEX #CC45BA Fuchsia

📋 copy color: '#CC45BA'

red 204 ◦ green 69 ◦ blue 186

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

Shades of Fuchsia #CC45BA

Tints of Fuchsia #CC45BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.52%

R = 44.44%
G = 15.03%
B = 40.52%

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

#CC45BA (or 0xCC45BA) is known color: Fuchsia. HEX triplet: CC, 45 and BA. RGB value is (204,69,186). Sum of RGB (Red+Green+Blue) = 204+69+186=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 69 (27.34% from 255 or 15.03% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC45BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC45BA is #33BA45. Grayscale: #7A7A7A. Windows color (decimal): -3390022 or 12207564. OLE color: 12207564.

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

Color convert

RGB 204 69 186 -
CMYK 0 0.66 0.09 0.2
HSL 308º 0.57% 0.54% -
HSV(B) 308º 0.66% 0.8% -
XYZ 35.89 20.64 48.55 -
YUV 122.7 163.73 185.99 -
System Red Green Blue C M Y K H S L
Decimal 204 69 186 0 0.66 0.09 0.2 308 0.57 0.54
Hex CC 45 BA 0 42 9 14 134 39 36
Octal 314 105 272 0 102 11 24 464 71 66
Binary 11001100 1000101 10111010 0 1000010 1001 10100 100110100 111001 110110

Color Harmonies of #CC45BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC45BA

Black with #CC45BA

Text Example


Text Example

White with #CC45BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC45BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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