Html Css Color HEX #CA287A Deep Cerise

📋 copy color: '#CA287A'

red 202 ◦ green 40 ◦ blue 122

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

Shades of Deep Cerise #CA287A

Tints of Deep Cerise #CA287A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.99%

 BLUE value IS 122 (48.05% from 255) = 33.52%

R = 55.49%
G = 10.99%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CA287A (or 0xCA287A) is known color: Deep Cerise. HEX triplet: CA, 28 and 7A. RGB value is (202,40,122). Sum of RGB (Red+Green+Blue) = 202+40+122=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 40 (16.02% from 255 or 10.99% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA287A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA287A is #35D785. Grayscale: #616161. Windows color (decimal): -3528582 or 8005834. OLE color: 8005834.

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

Color convert

RGB 202 40 122 -
CMYK 0 0.80 0.40 0.21
HSL 329.63º 0.67% 0.47% -
HSV(B) 329.63º 0.8% 0.79% -
XYZ 28.63 15.48 19.89 -
YUV 97.79 141.67 202.33 -
System Red Green Blue C M Y K H S L
Decimal 202 40 122 0 0.80 0.40 0.21 329.63 0.67 0.47
Hex CA 28 7A 0 50 28 15 14A 43 2F
Octal 312 50 172 0 120 50 25 512 103 57
Binary 11001010 101000 1111010 0 1010000 101000 10101 101001010 1000011 101111

Color Harmonies of #CA287A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA287A

Black with #CA287A

Text Example


Text Example

White with #CA287A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA287A; }

 p { color: rgb(202,40,122); }

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

background-color css

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

 a { background-color: rgb(202,40,122); }

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

border-color css

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

 span { border-color: rgb(202,40,122); }

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