Html Css Color HEX #CA207D Medium Violet Red

📋 copy color: '#CA207D'

red 202 ◦ green 32 ◦ blue 125

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

Shades of Medium Violet Red #CA207D

Tints of Medium Violet Red #CA207D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.82%

R = 56.27%
G = 8.91%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA207D (or 0xCA207D) is known color: Medium Violet Red. HEX triplet: CA, 20 and 7D. RGB value is (202,32,125). Sum of RGB (Red+Green+Blue) = 202+32+125=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA207D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA207D is #35DF82. Grayscale: #5D5D5D. Windows color (decimal): -3530627 or 8200394. OLE color: 8200394.

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

Color convert

RGB 202 32 125 -
CMYK 0 0.84 0.38 0.21
HSL 327.18º 0.73% 0.46% -
HSV(B) 327.18º 0.84% 0.79% -
XYZ 28.58 15.07 20.8 -
YUV 93.43 145.82 205.44 -
System Red Green Blue C M Y K H S L
Decimal 202 32 125 0 0.84 0.38 0.21 327.18 0.73 0.46
Hex CA 20 7D 0 54 26 15 147 49 2E
Octal 312 40 175 0 124 46 25 507 111 56
Binary 11001010 100000 1111101 0 1010100 100110 10101 101000111 1001001 101110

Color Harmonies of #CA207D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA207D

Black with #CA207D

Text Example


Text Example

White with #CA207D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA207D; }

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

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

background-color css

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

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

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

border-color css

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

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

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