Html Css Color HEX #CA255D Cerise

📋 copy color: '#CA255D'

red 202 ◦ green 37 ◦ blue 93

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

Shades of Cerise #CA255D

Tints of Cerise #CA255D

RGB

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

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

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

R = 60.84%
G = 11.14%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA255D (or 0xCA255D) is known color: Cerise. HEX triplet: CA, 25 and 5D. RGB value is (202,37,93). Sum of RGB (Red+Green+Blue) = 202+37+93=332 (43% of max value = 765). Red value is 202 (79.30% from 255 or 60.84% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 202 - color contains mainly: red. Hex color #CA255D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA255D is #35DAA2. Grayscale: #5C5C5C. Windows color (decimal): -3529379 or 6104522. OLE color: 6104522.

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

Color convert

RGB 202 37 93 -
CMYK 0 0.82 0.54 0.21
HSL 339.64º 0.69% 0.47% -
HSV(B) 339.64º 0.82% 0.79% -
XYZ 26.99 14.67 11.76 -
YUV 92.72 128.16 205.95 -
System Red Green Blue C M Y K H S L
Decimal 202 37 93 0 0.82 0.54 0.21 339.64 0.69 0.47
Hex CA 25 5D 0 52 36 15 154 45 2F
Octal 312 45 135 0 122 66 25 524 105 57
Binary 11001010 100101 1011101 0 1010010 110110 10101 101010100 1000101 101111

Color Harmonies of #CA255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA255D

Black with #CA255D

Text Example


Text Example

White with #CA255D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA255D; }

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

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

background-color css

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

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

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

border-color css

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

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

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