Html Css Color HEX #CA367D Deep Cerise

📋 copy color: '#CA367D'

red 202 ◦ green 54 ◦ blue 125

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

Shades of Deep Cerise #CA367D

Tints of Deep Cerise #CA367D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.17%

 BLUE value IS 125 (49.22% from 255) = 32.81%

R = 53.02%
G = 14.17%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA367D (or 0xCA367D) is known color: Deep Cerise. HEX triplet: CA, 36 and 7D. RGB value is (202,54,125). Sum of RGB (Red+Green+Blue) = 202+54+125=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 54 (21.48% from 255 or 14.17% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA367D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA367D is #35C982. Grayscale: #6A6A6A. Windows color (decimal): -3524995 or 8206026. OLE color: 8206026.

HSL color Cylindrical-coordinate representation of color #CA367D: hue angle of 331.22º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA367D is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 54 125 -
CMYK 0 0.73 0.38 0.21
HSL 331.22º 0.58% 0.5% -
HSV(B) 331.22º 0.73% 0.79% -
XYZ 29.38 16.68 21.07 -
YUV 106.35 138.53 196.23 -
System Red Green Blue C M Y K H S L
Decimal 202 54 125 0 0.73 0.38 0.21 331.22 0.58 0.5
Hex CA 36 7D 0 49 26 15 14B 3A 32
Octal 312 66 175 0 111 46 25 513 72 62
Binary 11001010 110110 1111101 0 1001001 100110 10101 101001011 111010 110010

Color Harmonies of #CA367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA367D

Black with #CA367D

Text Example


Text Example

White with #CA367D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA367D; }

 p { color: rgb(202,54,125); }

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

background-color css

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

 a { background-color: rgb(202,54,125); }

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

border-color css

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

 span { border-color: rgb(202,54,125); }

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