Html Css Color HEX #CA246E Cerise

📋 copy color: '#CA246E'

red 202 ◦ green 36 ◦ blue 110

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

Shades of Cerise #CA246E

Tints of Cerise #CA246E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.61%

R = 58.05%
G = 10.34%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#CA246E (or 0xCA246E) is known color: Cerise. HEX triplet: CA, 24 and 6E. RGB value is (202,36,110). Sum of RGB (Red+Green+Blue) = 202+36+110=348 (46% of max value = 765). Red value is 202 (79.30% from 255 or 58.05% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 202 - color contains mainly: red. Hex color #CA246E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA246E is #35DB91. Grayscale: #5D5D5D. Windows color (decimal): -3529618 or 7218378. OLE color: 7218378.

HSL color Cylindrical-coordinate representation of color #CA246E: hue angle of 333.25º 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 #CA246E is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 36 110 -
CMYK 0 0.82 0.46 0.21
HSL 333.25º 0.7% 0.47% -
HSV(B) 333.25º 0.82% 0.79% -
XYZ 27.8 14.94 16.17 -
YUV 94.07 137 204.98 -
System Red Green Blue C M Y K H S L
Decimal 202 36 110 0 0.82 0.46 0.21 333.25 0.7 0.47
Hex CA 24 6E 0 52 2E 15 14D 46 2F
Octal 312 44 156 0 122 56 25 515 106 57
Binary 11001010 100100 1101110 0 1010010 101110 10101 101001101 1000110 101111

Color Harmonies of #CA246E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA246E

Black with #CA246E

Text Example


Text Example

White with #CA246E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA246E; }

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

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

background-color css

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

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

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

border-color css

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

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

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