Html Css Color HEX #CA43AC Fuchsia

📋 copy color: '#CA43AC'

red 202 ◦ green 67 ◦ blue 172

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

Shades of Fuchsia #CA43AC

Tints of Fuchsia #CA43AC

RGB

 RED value IS 202 (79.3% from 255) = 45.8%

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

 BLUE value IS 172 (67.58% from 255) = 39%

R = 45.8%
G = 15.19%
B = 39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA43AC (or 0xCA43AC) is known color: Fuchsia. HEX triplet: CA, 43 and AC. RGB value is (202,67,172). Sum of RGB (Red+Green+Blue) = 202+67+172=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 67 (26.56% from 255 or 15.19% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA43AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA43AC is #35BC53. Grayscale: #777777. Windows color (decimal): -3521620 or 11289546. OLE color: 11289546.

HSL color Cylindrical-coordinate representation of color #CA43AC: hue angle of 313.33º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA43AC is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 67 172 -
CMYK 0 0.67 0.15 0.21
HSL 313.33º 0.56% 0.53% -
HSV(B) 313.33º 0.67% 0.79% -
XYZ 33.81 19.55 41.02 -
YUV 119.34 157.73 186.96 -
System Red Green Blue C M Y K H S L
Decimal 202 67 172 0 0.67 0.15 0.21 313.33 0.56 0.53
Hex CA 43 AC 0 43 F 15 139 38 35
Octal 312 103 254 0 103 17 25 471 70 65
Binary 11001010 1000011 10101100 0 1000011 1111 10101 100111001 111000 110101

Color Harmonies of #CA43AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA43AC

Black with #CA43AC

Text Example


Text Example

White with #CA43AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA43AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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