Html Css Color HEX #CA238C Medium Violet Red

📋 copy color: '#CA238C'

red 202 ◦ green 35 ◦ blue 140

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

Shades of Medium Violet Red #CA238C

Tints of Medium Violet Red #CA238C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.14%

R = 53.58%
G = 9.28%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA238C (or 0xCA238C) is known color: Medium Violet Red. HEX triplet: CA, 23 and 8C. RGB value is (202,35,140). Sum of RGB (Red+Green+Blue) = 202+35+140=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 35 (14.06% from 255 or 9.28% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA238C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA238C is #35DC73. Grayscale: #606060. Windows color (decimal): -3529844 or 9184202. OLE color: 9184202.

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

Color convert

RGB 202 35 140 -
CMYK 0 0.83 0.31 0.21
HSL 322.28º 0.7% 0.46% -
HSV(B) 322.28º 0.83% 0.79% -
XYZ 29.69 15.65 26.27 -
YUV 96.9 152.33 202.96 -
System Red Green Blue C M Y K H S L
Decimal 202 35 140 0 0.83 0.31 0.21 322.28 0.7 0.46
Hex CA 23 8C 0 53 1F 15 142 46 2E
Octal 312 43 214 0 123 37 25 502 106 56
Binary 11001010 100011 10001100 0 1010011 11111 10101 101000010 1000110 101110

Color Harmonies of #CA238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA238C

Black with #CA238C

Text Example


Text Example

White with #CA238C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA238C; }

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

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

background-color css

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

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

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

border-color css

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

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

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