Html Css Color HEX #CA71B8 Fuchsia

📋 copy color: '#CA71B8'

red 202 ◦ green 113 ◦ blue 184

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

Shades of Fuchsia #CA71B8

Tints of Fuchsia #CA71B8

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.65%

 BLUE value IS 184 (72.27% from 255) = 36.87%

R = 40.48%
G = 22.65%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#CA71B8 (or 0xCA71B8) is known color: Fuchsia. HEX triplet: CA, 71 and B8. RGB value is (202,113,184). Sum of RGB (Red+Green+Blue) = 202+113+184=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 113 (44.53% from 255 or 22.65% from 499); Blue value is 184 (72.27% from 255 or 36.87% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CA71B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA71B8 is #358E47. Grayscale: #939393. Windows color (decimal): -3509832 or 12087754. OLE color: 12087754.

HSL color Cylindrical-coordinate representation of color #CA71B8: hue angle of 312.13º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA71B8 is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 113 184 -
CMYK 0 0.44 0.09 0.21
HSL 312.13º 0.46% 0.62% -
HSV(B) 312.13º 0.44% 0.79% -
XYZ 38.91 27.83 48.67 -
YUV 147.71 148.49 166.73 -
System Red Green Blue C M Y K H S L
Decimal 202 113 184 0 0.44 0.09 0.21 312.13 0.46 0.62
Hex CA 71 B8 0 2C 9 15 138 2E 3E
Octal 312 161 270 0 54 11 25 470 56 76
Binary 11001010 1110001 10111000 0 101100 1001 10101 100111000 101110 111110

Color Harmonies of #CA71B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA71B8

Black with #CA71B8

Text Example


Text Example

White with #CA71B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA71B8; }

 p { color: rgb(202,113,184); }

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

background-color css

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

 a { background-color: rgb(202,113,184); }

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

border-color css

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

 span { border-color: rgb(202,113,184); }

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