Html Css Color HEX #CA347E Deep Cerise

📋 copy color: '#CA347E'

red 202 ◦ green 52 ◦ blue 126

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

Shades of Deep Cerise #CA347E

Tints of Deep Cerise #CA347E

RGB

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

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

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

R = 53.16%
G = 13.68%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA347E (or 0xCA347E) is known color: Deep Cerise. HEX triplet: CA, 34 and 7E. RGB value is (202,52,126). Sum of RGB (Red+Green+Blue) = 202+52+126=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA347E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA347E is #35CB81. Grayscale: #696969. Windows color (decimal): -3525506 or 8271050. OLE color: 8271050.

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

Color convert

RGB 202 52 126 -
CMYK 0 0.74 0.38 0.21
HSL 330.4º 0.59% 0.5% -
HSV(B) 330.4º 0.74% 0.79% -
XYZ 29.35 16.52 21.38 -
YUV 105.29 139.7 196.98 -
System Red Green Blue C M Y K H S L
Decimal 202 52 126 0 0.74 0.38 0.21 330.4 0.59 0.5
Hex CA 34 7E 0 4A 26 15 14A 3B 32
Octal 312 64 176 0 112 46 25 512 73 62
Binary 11001010 110100 1111110 0 1001010 100110 10101 101001010 111011 110010

Color Harmonies of #CA347E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA347E

Black with #CA347E

Text Example


Text Example

White with #CA347E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA347E; }

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

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

background-color css

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

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

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

border-color css

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

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

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