Html Css Color HEX #CC44B5 Fuchsia

📋 copy color: '#CC44B5'

red 204 ◦ green 68 ◦ blue 181

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

Shades of Fuchsia #CC44B5

Tints of Fuchsia #CC44B5

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.01%

 BLUE value IS 181 (71.09% from 255) = 39.96%

R = 45.03%
G = 15.01%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#CC44B5 (or 0xCC44B5) is known color: Fuchsia. HEX triplet: CC, 44 and B5. RGB value is (204,68,181). Sum of RGB (Red+Green+Blue) = 204+68+181=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 68 (26.95% from 255 or 15.01% from 453); Blue value is 181 (71.09% from 255 or 39.96% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC44B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC44B5 is #33BB4A. Grayscale: #797979. Windows color (decimal): -3390283 or 11879628. OLE color: 11879628.

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

Color convert

RGB 204 68 181 -
CMYK 0 0.67 0.11 0.2
HSL 310.15º 0.57% 0.53% -
HSV(B) 310.15º 0.67% 0.8% -
XYZ 35.31 20.31 45.77 -
YUV 121.55 161.56 186.81 -
System Red Green Blue C M Y K H S L
Decimal 204 68 181 0 0.67 0.11 0.2 310.15 0.57 0.53
Hex CC 44 B5 0 43 B 14 136 39 35
Octal 314 104 265 0 103 13 24 466 71 65
Binary 11001100 1000100 10110101 0 1000011 1011 10100 100110110 111001 110101

Color Harmonies of #CC44B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC44B5

Black with #CC44B5

Text Example


Text Example

White with #CC44B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC44B5; }

 p { color: rgb(204,68,181); }

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

background-color css

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

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

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

border-color css

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

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

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