Html Css Color HEX #CA208B Medium Violet Red

📋 copy color: '#CA208B'

red 202 ◦ green 32 ◦ blue 139

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

Shades of Medium Violet Red #CA208B

Tints of Medium Violet Red #CA208B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.58%

 BLUE value IS 139 (54.69% from 255) = 37.27%

R = 54.16%
G = 8.58%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA208B (or 0xCA208B) is known color: Medium Violet Red. HEX triplet: CA, 20 and 8B. RGB value is (202,32,139). Sum of RGB (Red+Green+Blue) = 202+32+139=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 32 (12.89% from 255 or 8.58% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA208B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA208B is #35DF74. Grayscale: #5E5E5E. Windows color (decimal): -3530613 or 9117898. OLE color: 9117898.

HSL color Cylindrical-coordinate representation of color #CA208B: hue angle of 322.24º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA208B is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 32 139 -
CMYK 0 0.84 0.31 0.21
HSL 322.24º 0.73% 0.46% -
HSV(B) 322.24º 0.84% 0.79% -
XYZ 29.53 15.45 25.85 -
YUV 95.03 152.82 204.3 -
System Red Green Blue C M Y K H S L
Decimal 202 32 139 0 0.84 0.31 0.21 322.24 0.73 0.46
Hex CA 20 8B 0 54 1F 15 142 49 2E
Octal 312 40 213 0 124 37 25 502 111 56
Binary 11001010 100000 10001011 0 1010100 11111 10101 101000010 1001001 101110

Color Harmonies of #CA208B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA208B

Black with #CA208B

Text Example


Text Example

White with #CA208B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA208B; }

 p { color: rgb(202,32,139); }

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

background-color css

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

 a { background-color: rgb(202,32,139); }

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

border-color css

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

 span { border-color: rgb(202,32,139); }

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