Html Css Color HEX #CA3B7A Deep Cerise

📋 copy color: '#CA3B7A'

red 202 ◦ green 59 ◦ blue 122

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

Shades of Deep Cerise #CA3B7A

Tints of Deep Cerise #CA3B7A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.4%

 BLUE value IS 122 (48.05% from 255) = 31.85%

R = 52.74%
G = 15.4%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CA3B7A (or 0xCA3B7A) is known color: Deep Cerise. HEX triplet: CA, 3B and 7A. RGB value is (202,59,122). Sum of RGB (Red+Green+Blue) = 202+59+122=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 59 (23.44% from 255 or 15.40% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3B7A is #35C485. Grayscale: #6C6C6C. Windows color (decimal): -3523718 or 8010698. OLE color: 8010698.

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

Color convert

RGB 202 59 122 -
CMYK 0 0.71 0.40 0.21
HSL 333.57º 0.57% 0.51% -
HSV(B) 333.57º 0.71% 0.79% -
XYZ 29.43 17.09 20.16 -
YUV 108.94 135.38 194.38 -
System Red Green Blue C M Y K H S L
Decimal 202 59 122 0 0.71 0.40 0.21 333.57 0.57 0.51
Hex CA 3B 7A 0 47 28 15 14E 39 33
Octal 312 73 172 0 107 50 25 516 71 63
Binary 11001010 111011 1111010 0 1000111 101000 10101 101001110 111001 110011

Color Harmonies of #CA3B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3B7A

Black with #CA3B7A

Text Example


Text Example

White with #CA3B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3B7A; }

 p { color: rgb(202,59,122); }

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

background-color css

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

 a { background-color: rgb(202,59,122); }

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

border-color css

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

 span { border-color: rgb(202,59,122); }

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