Html Css Color HEX #CA097F Medium Violet Red

📋 copy color: '#CA097F'

red 202 ◦ green 9 ◦ blue 127

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

Shades of Medium Violet Red #CA097F

Tints of Medium Violet Red #CA097F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.66%

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

R = 59.76%
G = 2.66%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA097F (or 0xCA097F) is known color: Medium Violet Red. HEX triplet: CA, 09 and 7F. RGB value is (202,9,127). Sum of RGB (Red+Green+Blue) = 202+9+127=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA097F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA097F is #35F680. Grayscale: #4F4F4F. Windows color (decimal): -3536513 or 8325578. OLE color: 8325578.

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

Color convert

RGB 202 9 127 -
CMYK 0 0.96 0.37 0.21
HSL 323.32º 0.91% 0.41% -
HSV(B) 323.32º 0.96% 0.79% -
XYZ 28.29 14.28 21.34 -
YUV 80.16 154.44 214.91 -
System Red Green Blue C M Y K H S L
Decimal 202 9 127 0 0.96 0.37 0.21 323.32 0.91 0.41
Hex CA 9 7F 0 60 25 15 143 5B 29
Octal 312 11 177 0 140 45 25 503 133 51
Binary 11001010 1001 1111111 0 1100000 100101 10101 101000011 1011011 101001

Color Harmonies of #CA097F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA097F

Black with #CA097F

Text Example


Text Example

White with #CA097F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA097F; }

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

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

background-color css

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

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

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

border-color css

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

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

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