Html Css Color HEX #CC29B9 Fuchsia

📋 copy color: '#CC29B9'

red 204 ◦ green 41 ◦ blue 185

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

Shades of Fuchsia #CC29B9

Tints of Fuchsia #CC29B9

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.53%

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

R = 47.44%
G = 9.53%
B = 43.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC29B9 (or 0xCC29B9) is known color: Fuchsia. HEX triplet: CC, 29 and B9. RGB value is (204,41,185). Sum of RGB (Red+Green+Blue) = 204+41+185=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 41 (16.41% from 255 or 9.53% from 430); Blue value is 185 (72.66% from 255 or 43.02% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC29B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC29B9 is #33D646. Grayscale: #696969. Windows color (decimal): -3397191 or 12134860. OLE color: 12134860.

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

Color convert

RGB 204 41 185 -
CMYK 0 0.80 0.09 0.2
HSL 306.99º 0.67% 0.48% -
HSV(B) 306.99º 0.8% 0.8% -
XYZ 34.45 17.93 47.54 -
YUV 106.15 172.5 197.79 -
System Red Green Blue C M Y K H S L
Decimal 204 41 185 0 0.80 0.09 0.2 306.99 0.67 0.48
Hex CC 29 B9 0 50 9 14 133 43 30
Octal 314 51 271 0 120 11 24 463 103 60
Binary 11001100 101001 10111001 0 1010000 1001 10100 100110011 1000011 110000

Color Harmonies of #CC29B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC29B9

Black with #CC29B9

Text Example


Text Example

White with #CC29B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC29B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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