Html Css Color HEX #CA238E Medium Violet Red

📋 copy color: '#CA238E'

red 202 ◦ green 35 ◦ blue 142

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

Shades of Medium Violet Red #CA238E

Tints of Medium Violet Red #CA238E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.47%

R = 53.3%
G = 9.23%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA238E (or 0xCA238E) is known color: Medium Violet Red. HEX triplet: CA, 23 and 8E. RGB value is (202,35,142). Sum of RGB (Red+Green+Blue) = 202+35+142=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 35 (14.06% from 255 or 9.23% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA238E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA238E is #35DC71. Grayscale: #606060. Windows color (decimal): -3529842 or 9315274. OLE color: 9315274.

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

Color convert

RGB 202 35 142 -
CMYK 0 0.83 0.30 0.21
HSL 321.56º 0.7% 0.46% -
HSV(B) 321.56º 0.83% 0.79% -
XYZ 29.84 15.71 27.05 -
YUV 97.13 153.33 202.8 -
System Red Green Blue C M Y K H S L
Decimal 202 35 142 0 0.83 0.30 0.21 321.56 0.7 0.46
Hex CA 23 8E 0 53 1E 15 142 46 2E
Octal 312 43 216 0 123 36 25 502 106 56
Binary 11001010 100011 10001110 0 1010011 11110 10101 101000010 1000110 101110

Color Harmonies of #CA238E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA238E

Black with #CA238E

Text Example


Text Example

White with #CA238E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA238E; }

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

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

background-color css

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

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

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

border-color css

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

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

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