Html Css Color HEX #CA367E Deep Cerise

📋 copy color: '#CA367E'

red 202 ◦ green 54 ◦ blue 126

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

Shades of Deep Cerise #CA367E

Tints of Deep Cerise #CA367E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.98%

R = 52.88%
G = 14.14%
B = 32.98%

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

#CA367E (or 0xCA367E) is known color: Deep Cerise. HEX triplet: CA, 36 and 7E. RGB value is (202,54,126). Sum of RGB (Red+Green+Blue) = 202+54+126=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 54 (21.48% from 255 or 14.14% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA367E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA367E is #35C981. Grayscale: #6A6A6A. Windows color (decimal): -3524994 or 8271562. OLE color: 8271562.

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

Color convert

RGB 202 54 126 -
CMYK 0 0.73 0.38 0.21
HSL 330.81º 0.58% 0.5% -
HSV(B) 330.81º 0.73% 0.79% -
XYZ 29.44 16.7 21.41 -
YUV 106.46 139.03 196.15 -
System Red Green Blue C M Y K H S L
Decimal 202 54 126 0 0.73 0.38 0.21 330.81 0.58 0.5
Hex CA 36 7E 0 49 26 15 14B 3A 32
Octal 312 66 176 0 111 46 25 513 72 62
Binary 11001010 110110 1111110 0 1001001 100110 10101 101001011 111010 110010

Color Harmonies of #CA367E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA367E

Black with #CA367E

Text Example


Text Example

White with #CA367E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA367E; }

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

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

background-color css

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

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

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

border-color css

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

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

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