Html Css Color HEX #CC43C0 Fuchsia

📋 copy color: '#CC43C0'

red 204 ◦ green 67 ◦ blue 192

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

Shades of Fuchsia #CC43C0

Tints of Fuchsia #CC43C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.47%

R = 44.06%
G = 14.47%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CC43C0 (or 0xCC43C0) is known color: Fuchsia. HEX triplet: CC, 43 and C0. RGB value is (204,67,192). Sum of RGB (Red+Green+Blue) = 204+67+192=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 67 (26.56% from 255 or 14.47% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CC43C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC43C0 is #33BC3F. Grayscale: #797979. Windows color (decimal): -3390528 or 12600268. OLE color: 12600268.

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

Color convert

RGB 204 67 192 -
CMYK 0 0.67 0.06 0.2
HSL 305.26º 0.57% 0.53% -
HSV(B) 305.26º 0.67% 0.8% -
XYZ 36.42 20.66 51.94 -
YUV 122.21 167.39 186.34 -
System Red Green Blue C M Y K H S L
Decimal 204 67 192 0 0.67 0.06 0.2 305.26 0.57 0.53
Hex CC 43 C0 0 43 6 14 131 39 35
Octal 314 103 300 0 103 6 24 461 71 65
Binary 11001100 1000011 11000000 0 1000011 110 10100 100110001 111001 110101

Color Harmonies of #CC43C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC43C0

Black with #CC43C0

Text Example


Text Example

White with #CC43C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC43C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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