Html Css Color HEX #CA246F Cerise

📋 copy color: '#CA246F'

red 202 ◦ green 36 ◦ blue 111

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

Shades of Cerise #CA246F

Tints of Cerise #CA246F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.32%

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

R = 57.88%
G = 10.32%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CA246F (or 0xCA246F) is known color: Cerise. HEX triplet: CA, 24 and 6F. RGB value is (202,36,111). Sum of RGB (Red+Green+Blue) = 202+36+111=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 36 (14.45% from 255 or 10.32% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA246F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA246F is #35DB90. Grayscale: #5E5E5E. Windows color (decimal): -3529617 or 7283914. OLE color: 7283914.

HSL color Cylindrical-coordinate representation of color #CA246F: hue angle of 332.89º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA246F is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 36 111 -
CMYK 0 0.82 0.45 0.21
HSL 332.89º 0.7% 0.47% -
HSV(B) 332.89º 0.82% 0.79% -
XYZ 27.86 14.97 16.46 -
YUV 94.18 137.5 204.9 -
System Red Green Blue C M Y K H S L
Decimal 202 36 111 0 0.82 0.45 0.21 332.89 0.7 0.47
Hex CA 24 6F 0 52 2D 15 14D 46 2F
Octal 312 44 157 0 122 55 25 515 106 57
Binary 11001010 100100 1101111 0 1010010 101101 10101 101001101 1000110 101111

Color Harmonies of #CA246F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA246F

Black with #CA246F

Text Example


Text Example

White with #CA246F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA246F; }

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

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

background-color css

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

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

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

border-color css

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

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

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