Html Css Color HEX #CA347A Deep Cerise

📋 copy color: '#CA347A'

red 202 ◦ green 52 ◦ blue 122

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

Shades of Deep Cerise #CA347A

Tints of Deep Cerise #CA347A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.83%

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

R = 53.72%
G = 13.83%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CA347A (or 0xCA347A) is known color: Deep Cerise. HEX triplet: CA, 34 and 7A. RGB value is (202,52,122). Sum of RGB (Red+Green+Blue) = 202+52+122=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 52 (20.70% from 255 or 13.83% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CA347A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA347A is #35CB85. Grayscale: #686868. Windows color (decimal): -3525510 or 8008906. OLE color: 8008906.

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

Color convert

RGB 202 52 122 -
CMYK 0 0.74 0.40 0.21
HSL 332º 0.59% 0.5% -
HSV(B) 332º 0.74% 0.79% -
XYZ 29.1 16.42 20.05 -
YUV 104.83 137.7 197.31 -
System Red Green Blue C M Y K H S L
Decimal 202 52 122 0 0.74 0.40 0.21 332 0.59 0.5
Hex CA 34 7A 0 4A 28 15 14C 3B 32
Octal 312 64 172 0 112 50 25 514 73 62
Binary 11001010 110100 1111010 0 1001010 101000 10101 101001100 111011 110010

Color Harmonies of #CA347A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA347A

Black with #CA347A

Text Example


Text Example

White with #CA347A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA347A; }

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

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

background-color css

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

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

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

border-color css

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

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

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