Html Css Color HEX #CC43BE Fuchsia

📋 copy color: '#CC43BE'

red 204 ◦ green 67 ◦ blue 190

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

Shades of Fuchsia #CC43BE

Tints of Fuchsia #CC43BE

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.53%

 BLUE value IS 190 (74.61% from 255) = 41.21%

R = 44.25%
G = 14.53%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC43BE (or 0xCC43BE) is known color: Fuchsia. HEX triplet: CC, 43 and BE. RGB value is (204,67,190). Sum of RGB (Red+Green+Blue) = 204+67+190=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 67 (26.56% from 255 or 14.53% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC43BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC43BE is #33BC41. Grayscale: #797979. Windows color (decimal): -3390530 or 12469196. OLE color: 12469196.

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

Color convert

RGB 204 67 190 -
CMYK 0 0.67 0.07 0.2
HSL 306.13º 0.57% 0.53% -
HSV(B) 306.13º 0.67% 0.8% -
XYZ 36.2 20.57 50.78 -
YUV 121.99 166.39 186.5 -
System Red Green Blue C M Y K H S L
Decimal 204 67 190 0 0.67 0.07 0.2 306.13 0.57 0.53
Hex CC 43 BE 0 43 7 14 132 39 35
Octal 314 103 276 0 103 7 24 462 71 65
Binary 11001100 1000011 10111110 0 1000011 111 10100 100110010 111001 110101

Color Harmonies of #CC43BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC43BE

Black with #CC43BE

Text Example


Text Example

White with #CC43BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC43BE; }

 p { color: rgb(204,67,190); }

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

background-color css

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

 a { background-color: rgb(204,67,190); }

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

border-color css

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

 span { border-color: rgb(204,67,190); }

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