Html Css Color HEX #CA3279 Deep Cerise

📋 copy color: '#CA3279'

red 202 ◦ green 50 ◦ blue 121

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

Shades of Deep Cerise #CA3279

Tints of Deep Cerise #CA3279

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.4%

 BLUE value IS 121 (47.66% from 255) = 32.44%

R = 54.16%
G = 13.4%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CA3279 (or 0xCA3279) is known color: Deep Cerise. HEX triplet: CA, 32 and 79. RGB value is (202,50,121). Sum of RGB (Red+Green+Blue) = 202+50+121=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 50 (19.92% from 255 or 13.40% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3279 is #35CD86. Grayscale: #676767. Windows color (decimal): -3526023 or 7942858. OLE color: 7942858.

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

Color convert

RGB 202 50 121 -
CMYK 0 0.75 0.40 0.21
HSL 331.97º 0.6% 0.49% -
HSV(B) 331.97º 0.75% 0.79% -
XYZ 28.95 16.22 19.69 -
YUV 103.54 137.86 198.23 -
System Red Green Blue C M Y K H S L
Decimal 202 50 121 0 0.75 0.40 0.21 331.97 0.6 0.49
Hex CA 32 79 0 4B 28 15 14C 3C 31
Octal 312 62 171 0 113 50 25 514 74 61
Binary 11001010 110010 1111001 0 1001011 101000 10101 101001100 111100 110001

Color Harmonies of #CA3279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3279

Black with #CA3279

Text Example


Text Example

White with #CA3279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3279; }

 p { color: rgb(202,50,121); }

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

background-color css

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

 a { background-color: rgb(202,50,121); }

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

border-color css

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

 span { border-color: rgb(202,50,121); }

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