Html Css Color HEX #CA255E Cerise

📋 copy color: '#CA255E'

red 202 ◦ green 37 ◦ blue 94

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

Shades of Cerise #CA255E

Tints of Cerise #CA255E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.11%

 BLUE value IS 94 (37.11% from 255) = 28.23%

R = 60.66%
G = 11.11%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CA255E (or 0xCA255E) is known color: Cerise. HEX triplet: CA, 25 and 5E. RGB value is (202,37,94). Sum of RGB (Red+Green+Blue) = 202+37+94=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 37 (14.84% from 255 or 11.11% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA255E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA255E is #35DAA1. Grayscale: #5C5C5C. Windows color (decimal): -3529378 or 6170058. OLE color: 6170058.

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

Color convert

RGB 202 37 94 -
CMYK 0 0.82 0.53 0.21
HSL 339.27º 0.69% 0.47% -
HSV(B) 339.27º 0.82% 0.79% -
XYZ 27.04 14.69 12 -
YUV 92.83 128.66 205.87 -
System Red Green Blue C M Y K H S L
Decimal 202 37 94 0 0.82 0.53 0.21 339.27 0.69 0.47
Hex CA 25 5E 0 52 35 15 153 45 2F
Octal 312 45 136 0 122 65 25 523 105 57
Binary 11001010 100101 1011110 0 1010010 110101 10101 101010011 1000101 101111

Color Harmonies of #CA255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA255E

Black with #CA255E

Text Example


Text Example

White with #CA255E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA255E; }

 p { color: rgb(202,37,94); }

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

background-color css

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

 a { background-color: rgb(202,37,94); }

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

border-color css

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

 span { border-color: rgb(202,37,94); }

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