Html Css Color HEX #CA237C Medium Violet Red

📋 copy color: '#CA237C'

red 202 ◦ green 35 ◦ blue 124

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

Shades of Medium Violet Red #CA237C

Tints of Medium Violet Red #CA237C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.7%

 BLUE value IS 124 (48.83% from 255) = 34.35%

R = 55.96%
G = 9.7%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CA237C (or 0xCA237C) is known color: Medium Violet Red. HEX triplet: CA, 23 and 7C. RGB value is (202,35,124). Sum of RGB (Red+Green+Blue) = 202+35+124=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 35 (14.06% from 255 or 9.70% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA237C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA237C is #35DC83. Grayscale: #5E5E5E. Windows color (decimal): -3529860 or 8135626. OLE color: 8135626.

HSL color Cylindrical-coordinate representation of color #CA237C: hue angle of 328.02º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA237C is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 35 124 -
CMYK 0 0.83 0.39 0.21
HSL 328.02º 0.7% 0.46% -
HSV(B) 328.02º 0.83% 0.79% -
XYZ 28.6 15.21 20.5 -
YUV 95.08 144.33 204.26 -
System Red Green Blue C M Y K H S L
Decimal 202 35 124 0 0.83 0.39 0.21 328.02 0.7 0.46
Hex CA 23 7C 0 53 27 15 148 46 2E
Octal 312 43 174 0 123 47 25 510 106 56
Binary 11001010 100011 1111100 0 1010011 100111 10101 101001000 1000110 101110

Color Harmonies of #CA237C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA237C

Black with #CA237C

Text Example


Text Example

White with #CA237C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA237C; }

 p { color: rgb(202,35,124); }

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

background-color css

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

 a { background-color: rgb(202,35,124); }

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

border-color css

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

 span { border-color: rgb(202,35,124); }

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