Html Css Color HEX #CC43B8 Fuchsia

📋 copy color: '#CC43B8'

red 204 ◦ green 67 ◦ blue 184

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

Shades of Fuchsia #CC43B8

Tints of Fuchsia #CC43B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.44%

R = 44.84%
G = 14.73%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#CC43B8 (or 0xCC43B8) is known color: Fuchsia. HEX triplet: CC, 43 and B8. RGB value is (204,67,184). Sum of RGB (Red+Green+Blue) = 204+67+184=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 67 (26.56% from 255 or 14.73% from 455); Blue value is 184 (72.27% from 255 or 40.44% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC43B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC43B8 is #33BC47. Grayscale: #787878. Windows color (decimal): -3390536 or 12075980. OLE color: 12075980.

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

Color convert

RGB 204 67 184 -
CMYK 0 0.67 0.10 0.2
HSL 308.76º 0.57% 0.53% -
HSV(B) 308.76º 0.67% 0.8% -
XYZ 35.56 20.31 47.39 -
YUV 121.3 163.39 186.99 -
System Red Green Blue C M Y K H S L
Decimal 204 67 184 0 0.67 0.10 0.2 308.76 0.57 0.53
Hex CC 43 B8 0 43 A 14 135 39 35
Octal 314 103 270 0 103 12 24 465 71 65
Binary 11001100 1000011 10111000 0 1000011 1010 10100 100110101 111001 110101

Color Harmonies of #CC43B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC43B8

Black with #CC43B8

Text Example


Text Example

White with #CC43B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC43B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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