Html Css Color HEX #CA207F Medium Violet Red

📋 copy color: '#CA207F'

red 202 ◦ green 32 ◦ blue 127

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

Shades of Medium Violet Red #CA207F

Tints of Medium Violet Red #CA207F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.18%

R = 55.96%
G = 8.86%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA207F (or 0xCA207F) is known color: Medium Violet Red. HEX triplet: CA, 20 and 7F. RGB value is (202,32,127). Sum of RGB (Red+Green+Blue) = 202+32+127=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA207F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA207F is #35DF80. Grayscale: #5D5D5D. Windows color (decimal): -3530625 or 8331466. OLE color: 8331466.

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

Color convert

RGB 202 32 127 -
CMYK 0 0.84 0.37 0.21
HSL 326.47º 0.73% 0.46% -
HSV(B) 326.47º 0.84% 0.79% -
XYZ 28.7 15.12 21.48 -
YUV 93.66 146.82 205.28 -
System Red Green Blue C M Y K H S L
Decimal 202 32 127 0 0.84 0.37 0.21 326.47 0.73 0.46
Hex CA 20 7F 0 54 25 15 146 49 2E
Octal 312 40 177 0 124 45 25 506 111 56
Binary 11001010 100000 1111111 0 1010100 100101 10101 101000110 1001001 101110

Color Harmonies of #CA207F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA207F

Black with #CA207F

Text Example


Text Example

White with #CA207F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA207F; }

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

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

background-color css

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

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

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

border-color css

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

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

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