Html Css Color HEX #CA238D Medium Violet Red

📋 copy color: '#CA238D'

red 202 ◦ green 35 ◦ blue 141

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

Shades of Medium Violet Red #CA238D

Tints of Medium Violet Red #CA238D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.3%

R = 53.44%
G = 9.26%
B = 37.3%

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

#CA238D (or 0xCA238D) is known color: Medium Violet Red. HEX triplet: CA, 23 and 8D. RGB value is (202,35,141). Sum of RGB (Red+Green+Blue) = 202+35+141=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 35 (14.06% from 255 or 9.26% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA238D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA238D is #35DC72. Grayscale: #606060. Windows color (decimal): -3529843 or 9249738. OLE color: 9249738.

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

Color convert

RGB 202 35 141 -
CMYK 0 0.83 0.30 0.21
HSL 321.92º 0.7% 0.46% -
HSV(B) 321.92º 0.83% 0.79% -
XYZ 29.77 15.68 26.66 -
YUV 97.02 152.83 202.88 -
System Red Green Blue C M Y K H S L
Decimal 202 35 141 0 0.83 0.30 0.21 321.92 0.7 0.46
Hex CA 23 8D 0 53 1E 15 142 46 2E
Octal 312 43 215 0 123 36 25 502 106 56
Binary 11001010 100011 10001101 0 1010011 11110 10101 101000010 1000110 101110

Color Harmonies of #CA238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA238D

Black with #CA238D

Text Example


Text Example

White with #CA238D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA238D; }

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

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

background-color css

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

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

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

border-color css

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

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

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