Html Css Color HEX #CA296F Cerise

📋 copy color: '#CA296F'

red 202 ◦ green 41 ◦ blue 111

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

Shades of Cerise #CA296F

Tints of Cerise #CA296F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.58%

 BLUE value IS 111 (43.75% from 255) = 31.36%

R = 57.06%
G = 11.58%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CA296F (or 0xCA296F) is known color: Cerise. HEX triplet: CA, 29 and 6F. RGB value is (202,41,111). Sum of RGB (Red+Green+Blue) = 202+41+111=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 41 (16.41% from 255 or 11.58% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA296F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA296F is #35D690. Grayscale: #616161. Windows color (decimal): -3528337 or 7285194. OLE color: 7285194.

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

Color convert

RGB 202 41 111 -
CMYK 0 0.80 0.45 0.21
HSL 333.91º 0.66% 0.48% -
HSV(B) 333.91º 0.8% 0.79% -
XYZ 28.02 15.29 16.51 -
YUV 97.12 135.84 202.81 -
System Red Green Blue C M Y K H S L
Decimal 202 41 111 0 0.80 0.45 0.21 333.91 0.66 0.48
Hex CA 29 6F 0 50 2D 15 14E 42 30
Octal 312 51 157 0 120 55 25 516 102 60
Binary 11001010 101001 1101111 0 1010000 101101 10101 101001110 1000010 110000

Color Harmonies of #CA296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA296F

Black with #CA296F

Text Example


Text Example

White with #CA296F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA296F; }

 p { color: rgb(202,41,111); }

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

background-color css

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

 a { background-color: rgb(202,41,111); }

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

border-color css

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

 span { border-color: rgb(202,41,111); }

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