Html Css Color HEX #CA43AB Fuchsia

📋 copy color: '#CA43AB'

red 202 ◦ green 67 ◦ blue 171

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

Shades of Fuchsia #CA43AB

Tints of Fuchsia #CA43AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.86%

R = 45.91%
G = 15.23%
B = 38.86%

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

#CA43AB (or 0xCA43AB) is known color: Fuchsia. HEX triplet: CA, 43 and AB. RGB value is (202,67,171). Sum of RGB (Red+Green+Blue) = 202+67+171=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 67 (26.56% from 255 or 15.23% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA43AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA43AB is #35BC54. Grayscale: #767676. Windows color (decimal): -3521621 or 11224010. OLE color: 11224010.

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

Color convert

RGB 202 67 171 -
CMYK 0 0.67 0.15 0.21
HSL 313.78º 0.56% 0.53% -
HSV(B) 313.78º 0.67% 0.79% -
XYZ 33.71 19.51 40.52 -
YUV 119.22 157.23 187.04 -
System Red Green Blue C M Y K H S L
Decimal 202 67 171 0 0.67 0.15 0.21 313.78 0.56 0.53
Hex CA 43 AB 0 43 F 15 13A 38 35
Octal 312 103 253 0 103 17 25 472 70 65
Binary 11001010 1000011 10101011 0 1000011 1111 10101 100111010 111000 110101

Color Harmonies of #CA43AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA43AB

Black with #CA43AB

Text Example


Text Example

White with #CA43AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA43AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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