Html Css Color HEX #CA0C7F Medium Violet Red

📋 copy color: '#CA0C7F'

red 202 ◦ green 12 ◦ blue 127

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

Shades of Medium Violet Red #CA0C7F

Tints of Medium Violet Red #CA0C7F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.52%

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

R = 59.24%
G = 3.52%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA0C7F (or 0xCA0C7F) is known color: Medium Violet Red. HEX triplet: CA, 0C and 7F. RGB value is (202,12,127). Sum of RGB (Red+Green+Blue) = 202+12+127=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0C7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0C7F is #35F380. Grayscale: #515151. Windows color (decimal): -3535745 or 8326346. OLE color: 8326346.

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

Color convert

RGB 202 12 127 -
CMYK 0 0.94 0.37 0.21
HSL 323.68º 0.89% 0.42% -
HSV(B) 323.68º 0.94% 0.79% -
XYZ 28.32 14.35 21.36 -
YUV 81.92 153.45 213.65 -
System Red Green Blue C M Y K H S L
Decimal 202 12 127 0 0.94 0.37 0.21 323.68 0.89 0.42
Hex CA C 7F 0 5E 25 15 144 59 2A
Octal 312 14 177 0 136 45 25 504 131 52
Binary 11001010 1100 1111111 0 1011110 100101 10101 101000100 1011001 101010

Color Harmonies of #CA0C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0C7F

Black with #CA0C7F

Text Example


Text Example

White with #CA0C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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