Html Css Color HEX #CC44B0 Fuchsia

📋 copy color: '#CC44B0'

red 204 ◦ green 68 ◦ blue 176

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

Shades of Fuchsia #CC44B0

Tints of Fuchsia #CC44B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.29%

R = 45.54%
G = 15.18%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC44B0 (or 0xCC44B0) is known color: Fuchsia. HEX triplet: CC, 44 and B0. RGB value is (204,68,176). Sum of RGB (Red+Green+Blue) = 204+68+176=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 68 (26.95% from 255 or 15.18% from 448); Blue value is 176 (69.14% from 255 or 39.29% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC44B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC44B0 is #33BB4F. Grayscale: #787878. Windows color (decimal): -3390288 or 11551948. OLE color: 11551948.

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

Color convert

RGB 204 68 176 -
CMYK 0 0.67 0.14 0.2
HSL 312.35º 0.57% 0.53% -
HSV(B) 312.35º 0.67% 0.8% -
XYZ 34.81 20.11 43.12 -
YUV 120.98 159.06 187.22 -
System Red Green Blue C M Y K H S L
Decimal 204 68 176 0 0.67 0.14 0.2 312.35 0.57 0.53
Hex CC 44 B0 0 43 E 14 138 39 35
Octal 314 104 260 0 103 16 24 470 71 65
Binary 11001100 1000100 10110000 0 1000011 1110 10100 100111000 111001 110101

Color Harmonies of #CC44B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC44B0

Black with #CC44B0

Text Example


Text Example

White with #CC44B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC44B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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