Html Css Color HEX #CC43AD Fuchsia

📋 copy color: '#CC43AD'

red 204 ◦ green 67 ◦ blue 173

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

Shades of Fuchsia #CC43AD

Tints of Fuchsia #CC43AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.96%

R = 45.95%
G = 15.09%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CC43AD (or 0xCC43AD) is known color: Fuchsia. HEX triplet: CC, 43 and AD. RGB value is (204,67,173). Sum of RGB (Red+Green+Blue) = 204+67+173=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 67 (26.56% from 255 or 15.09% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC43AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC43AD is #33BC52. Grayscale: #777777. Windows color (decimal): -3390547 or 11355084. OLE color: 11355084.

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

Color convert

RGB 204 67 173 -
CMYK 0 0.67 0.15 0.2
HSL 313.58º 0.57% 0.53% -
HSV(B) 313.58º 0.67% 0.8% -
XYZ 34.45 19.87 41.55 -
YUV 120.05 157.89 187.88 -
System Red Green Blue C M Y K H S L
Decimal 204 67 173 0 0.67 0.15 0.2 313.58 0.57 0.53
Hex CC 43 AD 0 43 F 14 13A 39 35
Octal 314 103 255 0 103 17 24 472 71 65
Binary 11001100 1000011 10101101 0 1000011 1111 10100 100111010 111001 110101

Color Harmonies of #CC43AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC43AD

Black with #CC43AD

Text Example


Text Example

White with #CC43AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC43AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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