Html Css Color HEX #CA239D Medium Violet Red

📋 copy color: '#CA239D'

red 202 ◦ green 35 ◦ blue 157

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

Shades of Medium Violet Red #CA239D

Tints of Medium Violet Red #CA239D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.85%

R = 51.27%
G = 8.88%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#CA239D (or 0xCA239D) is known color: Medium Violet Red. HEX triplet: CA, 23 and 9D. RGB value is (202,35,157). Sum of RGB (Red+Green+Blue) = 202+35+157=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 35 (14.06% from 255 or 8.88% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CA239D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA239D is #35DC62. Grayscale: #626262. Windows color (decimal): -3529827 or 10298314. OLE color: 10298314.

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

Color convert

RGB 202 35 157 -
CMYK 0 0.83 0.22 0.21
HSL 316.17º 0.7% 0.46% -
HSV(B) 316.17º 0.83% 0.79% -
XYZ 31.04 16.19 33.39 -
YUV 98.84 160.83 201.58 -
System Red Green Blue C M Y K H S L
Decimal 202 35 157 0 0.83 0.22 0.21 316.17 0.7 0.46
Hex CA 23 9D 0 53 16 15 13C 46 2E
Octal 312 43 235 0 123 26 25 474 106 56
Binary 11001010 100011 10011101 0 1010011 10110 10101 100111100 1000110 101110

Color Harmonies of #CA239D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA239D

Black with #CA239D

Text Example


Text Example

White with #CA239D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA239D; }

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

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

background-color css

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

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

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

border-color css

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

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

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