Html Css Color HEX #CC43B2 Fuchsia

📋 copy color: '#CC43B2'

red 204 ◦ green 67 ◦ blue 178

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

Shades of Fuchsia #CC43B2

Tints of Fuchsia #CC43B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.64%

R = 45.43%
G = 14.92%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#CC43B2 (or 0xCC43B2) is known color: Fuchsia. HEX triplet: CC, 43 and B2. RGB value is (204,67,178). Sum of RGB (Red+Green+Blue) = 204+67+178=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 67 (26.56% from 255 or 14.92% from 449); Blue value is 178 (69.92% from 255 or 39.64% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC43B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC43B2 is #33BC4D. Grayscale: #787878. Windows color (decimal): -3390542 or 11682764. OLE color: 11682764.

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

Color convert

RGB 204 67 178 -
CMYK 0 0.67 0.13 0.2
HSL 311.39º 0.57% 0.53% -
HSV(B) 311.39º 0.67% 0.8% -
XYZ 34.94 20.07 44.15 -
YUV 120.62 160.39 187.47 -
System Red Green Blue C M Y K H S L
Decimal 204 67 178 0 0.67 0.13 0.2 311.39 0.57 0.53
Hex CC 43 B2 0 43 D 14 137 39 35
Octal 314 103 262 0 103 15 24 467 71 65
Binary 11001100 1000011 10110010 0 1000011 1101 10100 100110111 111001 110101

Color Harmonies of #CC43B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC43B2

Black with #CC43B2

Text Example


Text Example

White with #CC43B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC43B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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