Html Css Color HEX #CA238A Medium Violet Red

📋 copy color: '#CA238A'

red 202 ◦ green 35 ◦ blue 138

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

Shades of Medium Violet Red #CA238A

Tints of Medium Violet Red #CA238A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.8%

R = 53.87%
G = 9.33%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA238A (or 0xCA238A) is known color: Medium Violet Red. HEX triplet: CA, 23 and 8A. RGB value is (202,35,138). Sum of RGB (Red+Green+Blue) = 202+35+138=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 35 (14.06% from 255 or 9.33% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA238A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA238A is #35DC75. Grayscale: #606060. Windows color (decimal): -3529846 or 9053130. OLE color: 9053130.

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

Color convert

RGB 202 35 138 -
CMYK 0 0.83 0.32 0.21
HSL 322.99º 0.7% 0.46% -
HSV(B) 322.99º 0.83% 0.79% -
XYZ 29.55 15.59 25.5 -
YUV 96.68 151.33 203.12 -
System Red Green Blue C M Y K H S L
Decimal 202 35 138 0 0.83 0.32 0.21 322.99 0.7 0.46
Hex CA 23 8A 0 53 20 15 143 46 2E
Octal 312 43 212 0 123 40 25 503 106 56
Binary 11001010 100011 10001010 0 1010011 100000 10101 101000011 1000110 101110

Color Harmonies of #CA238A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA238A

Black with #CA238A

Text Example


Text Example

White with #CA238A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA238A; }

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

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

background-color css

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

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

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

border-color css

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

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

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