Html Css Color HEX #CA2B71 Cerise

📋 copy color: '#CA2B71'

red 202 ◦ green 43 ◦ blue 113

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

Shades of Cerise #CA2B71

Tints of Cerise #CA2B71

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.01%

 BLUE value IS 113 (44.53% from 255) = 31.56%

R = 56.42%
G = 12.01%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CA2B71 (or 0xCA2B71) is known color: Cerise. HEX triplet: CA, 2B and 71. RGB value is (202,43,113). Sum of RGB (Red+Green+Blue) = 202+43+113=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 43 (17.19% from 255 or 12.01% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2B71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2B71 is #35D48E. Grayscale: #626262. Windows color (decimal): -3527823 or 7416778. OLE color: 7416778.

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

Color convert

RGB 202 43 113 -
CMYK 0 0.79 0.44 0.21
HSL 333.58º 0.65% 0.48% -
HSV(B) 333.58º 0.79% 0.79% -
XYZ 28.2 15.48 17.12 -
YUV 98.52 136.18 201.81 -
System Red Green Blue C M Y K H S L
Decimal 202 43 113 0 0.79 0.44 0.21 333.58 0.65 0.48
Hex CA 2B 71 0 4F 2C 15 14E 41 30
Octal 312 53 161 0 117 54 25 516 101 60
Binary 11001010 101011 1110001 0 1001111 101100 10101 101001110 1000001 110000

Color Harmonies of #CA2B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2B71

Black with #CA2B71

Text Example


Text Example

White with #CA2B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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