Html Css Color HEX #CC44BA Fuchsia

📋 copy color: '#CC44BA'

red 204 ◦ green 68 ◦ blue 186

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

Shades of Fuchsia #CC44BA

Tints of Fuchsia #CC44BA

RGB

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

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

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

R = 44.54%
G = 14.85%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC44BA (or 0xCC44BA) is known color: Fuchsia. HEX triplet: CC, 44 and BA. RGB value is (204,68,186). Sum of RGB (Red+Green+Blue) = 204+68+186=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 68 (26.95% from 255 or 14.85% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC44BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC44BA is #33BB45. Grayscale: #797979. Windows color (decimal): -3390278 or 12207308. OLE color: 12207308.

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

Color convert

RGB 204 68 186 -
CMYK 0 0.67 0.09 0.2
HSL 307.94º 0.57% 0.53% -
HSV(B) 307.94º 0.67% 0.8% -
XYZ 35.83 20.52 48.53 -
YUV 122.12 164.06 186.41 -
System Red Green Blue C M Y K H S L
Decimal 204 68 186 0 0.67 0.09 0.2 307.94 0.57 0.53
Hex CC 44 BA 0 43 9 14 134 39 35
Octal 314 104 272 0 103 11 24 464 71 65
Binary 11001100 1000100 10111010 0 1000011 1001 10100 100110100 111001 110101

Color Harmonies of #CC44BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC44BA

Black with #CC44BA

Text Example


Text Example

White with #CC44BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC44BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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