Html Css Color HEX #CA297B Deep Cerise

📋 copy color: '#CA297B'

red 202 ◦ green 41 ◦ blue 123

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

Shades of Deep Cerise #CA297B

Tints of Deep Cerise #CA297B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.2%

 BLUE value IS 123 (48.44% from 255) = 33.61%

R = 55.19%
G = 11.2%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CA297B (or 0xCA297B) is known color: Deep Cerise. HEX triplet: CA, 29 and 7B. RGB value is (202,41,123). Sum of RGB (Red+Green+Blue) = 202+41+123=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA297B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA297B is #35D684. Grayscale: #626262. Windows color (decimal): -3528325 or 8071626. OLE color: 8071626.

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

Color convert

RGB 202 41 123 -
CMYK 0 0.80 0.39 0.21
HSL 329.44º 0.66% 0.48% -
HSV(B) 329.44º 0.8% 0.79% -
XYZ 28.73 15.57 20.23 -
YUV 98.49 141.84 201.83 -
System Red Green Blue C M Y K H S L
Decimal 202 41 123 0 0.80 0.39 0.21 329.44 0.66 0.48
Hex CA 29 7B 0 50 27 15 149 42 30
Octal 312 51 173 0 120 47 25 511 102 60
Binary 11001010 101001 1111011 0 1010000 100111 10101 101001001 1000010 110000

Color Harmonies of #CA297B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA297B

Black with #CA297B

Text Example


Text Example

White with #CA297B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA297B; }

 p { color: rgb(202,41,123); }

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

background-color css

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

 a { background-color: rgb(202,41,123); }

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

border-color css

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

 span { border-color: rgb(202,41,123); }

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