Html Css Color HEX #CA2F5D Cerise

📋 copy color: '#CA2F5D'

red 202 ◦ green 47 ◦ blue 93

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

Shades of Cerise #CA2F5D

Tints of Cerise #CA2F5D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.74%

 BLUE value IS 93 (36.72% from 255) = 27.19%

R = 59.06%
G = 13.74%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA2F5D (or 0xCA2F5D) is known color: Cerise. HEX triplet: CA, 2F and 5D. RGB value is (202,47,93). Sum of RGB (Red+Green+Blue) = 202+47+93=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 47 (18.75% from 255 or 13.74% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2F5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2F5D is #35D0A2. Grayscale: #626262. Windows color (decimal): -3526819 or 6107082. OLE color: 6107082.

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

Color convert

RGB 202 47 93 -
CMYK 0 0.77 0.54 0.21
HSL 342.19º 0.62% 0.49% -
HSV(B) 342.19º 0.77% 0.79% -
XYZ 27.35 15.38 11.88 -
YUV 98.59 124.85 201.76 -
System Red Green Blue C M Y K H S L
Decimal 202 47 93 0 0.77 0.54 0.21 342.19 0.62 0.49
Hex CA 2F 5D 0 4D 36 15 156 3E 31
Octal 312 57 135 0 115 66 25 526 76 61
Binary 11001010 101111 1011101 0 1001101 110110 10101 101010110 111110 110001

Color Harmonies of #CA2F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2F5D

Black with #CA2F5D

Text Example


Text Example

White with #CA2F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2F5D; }

 p { color: rgb(202,47,93); }

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

background-color css

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

 a { background-color: rgb(202,47,93); }

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

border-color css

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

 span { border-color: rgb(202,47,93); }

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