Html Css Color HEX #CC43CA Fuchsia

📋 copy color: '#CC43CA'

red 204 ◦ green 67 ◦ blue 202

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

Shades of Fuchsia #CC43CA

Tints of Fuchsia #CC43CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.71%

R = 43.13%
G = 14.16%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CC43CA (or 0xCC43CA) is known color: Fuchsia. HEX triplet: CC, 43 and CA. RGB value is (204,67,202). Sum of RGB (Red+Green+Blue) = 204+67+202=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 67 (26.56% from 255 or 14.16% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CC43CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC43CA is #33BC35. Grayscale: #7A7A7A. Windows color (decimal): -3390518 or 13255628. OLE color: 13255628.

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

Color convert

RGB 204 67 202 -
CMYK 0 0.67 0.01 0.2
HSL 300.88º 0.57% 0.53% -
HSV(B) 300.88º 0.67% 0.8% -
XYZ 37.57 21.12 57.97 -
YUV 123.35 172.39 185.52 -
System Red Green Blue C M Y K H S L
Decimal 204 67 202 0 0.67 0.01 0.2 300.88 0.57 0.53
Hex CC 43 CA 0 43 1 14 12D 39 35
Octal 314 103 312 0 103 1 24 455 71 65
Binary 11001100 1000011 11001010 0 1000011 1 10100 100101101 111001 110101

Color Harmonies of #CC43CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC43CA

Black with #CC43CA

Text Example


Text Example

White with #CC43CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC43CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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