Html Css Color HEX #CA317E Deep Cerise

📋 copy color: '#CA317E'

red 202 ◦ green 49 ◦ blue 126

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

Shades of Deep Cerise #CA317E

Tints of Deep Cerise #CA317E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13%

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

R = 53.58%
G = 13%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA317E (or 0xCA317E) is known color: Deep Cerise. HEX triplet: CA, 31 and 7E. RGB value is (202,49,126). Sum of RGB (Red+Green+Blue) = 202+49+126=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA317E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA317E is #35CE81. Grayscale: #676767. Windows color (decimal): -3526274 or 8270282. OLE color: 8270282.

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

Color convert

RGB 202 49 126 -
CMYK 0 0.76 0.38 0.21
HSL 329.8º 0.61% 0.49% -
HSV(B) 329.8º 0.76% 0.79% -
XYZ 29.22 16.26 21.34 -
YUV 103.53 140.69 198.24 -
System Red Green Blue C M Y K H S L
Decimal 202 49 126 0 0.76 0.38 0.21 329.8 0.61 0.49
Hex CA 31 7E 0 4C 26 15 14A 3D 31
Octal 312 61 176 0 114 46 25 512 75 61
Binary 11001010 110001 1111110 0 1001100 100110 10101 101001010 111101 110001

Color Harmonies of #CA317E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA317E

Black with #CA317E

Text Example


Text Example

White with #CA317E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA317E; }

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

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

background-color css

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

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

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

border-color css

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

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

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