Html Css Color HEX #CA007F Medium Violet Red

📋 copy color: '#CA007F'

red 202 ◦ green 0 ◦ blue 127

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

Shades of Medium Violet Red #CA007F

Tints of Medium Violet Red #CA007F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61.4%
G = 0%
B = 38.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA007F (or 0xCA007F) is known color: Medium Violet Red. HEX triplet: CA, 00 and 7F. RGB value is (202,0,127). Sum of RGB (Red+Green+Blue) = 202+0+127=329 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.40% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 202 - color contains mainly: red. Hex color #CA007F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA007F is #35FF80. Grayscale: #4A4A4A. Windows color (decimal): -3538817 or 8323274. OLE color: 8323274.

HSL color Cylindrical-coordinate representation of color #CA007F: hue angle of 322.28º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA007F is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 0 127 -
CMYK 0 1 0.37 0.21
HSL 322.28º 1% 0.4% -
HSV(B) 322.28º 1% 0.79% -
XYZ 28.19 14.09 21.31 -
YUV 74.88 157.42 218.67 -
System Red Green Blue C M Y K H S L
Decimal 202 0 127 0 1 0.37 0.21 322.28 1 0.4
Hex CA 0 7F 0 64 25 15 142 64 28
Octal 312 0 177 0 144 45 25 502 144 50
Binary 11001010 0 1111111 0 1100100 100101 10101 101000010 1100100 101000

Color Harmonies of #CA007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA007F

Black with #CA007F

Text Example


Text Example

White with #CA007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA007F; }

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

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

background-color css

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

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

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

border-color css

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

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

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