Html Css Color HEX #CA097E Medium Violet Red

📋 copy color: '#CA097E'

red 202 ◦ green 9 ◦ blue 126

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

Shades of Medium Violet Red #CA097E

Tints of Medium Violet Red #CA097E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.39%

R = 59.94%
G = 2.67%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA097E (or 0xCA097E) is known color: Medium Violet Red. HEX triplet: CA, 09 and 7E. RGB value is (202,9,126). Sum of RGB (Red+Green+Blue) = 202+9+126=337 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.94% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 202 - color contains mainly: red. Hex color #CA097E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA097E is #35F681. Grayscale: #4F4F4F. Windows color (decimal): -3536514 or 8260042. OLE color: 8260042.

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

Color convert

RGB 202 9 126 -
CMYK 0 0.96 0.38 0.21
HSL 323.63º 0.91% 0.41% -
HSV(B) 323.63º 0.96% 0.79% -
XYZ 28.22 14.26 21 -
YUV 80.05 153.94 214.99 -
System Red Green Blue C M Y K H S L
Decimal 202 9 126 0 0.96 0.38 0.21 323.63 0.91 0.41
Hex CA 9 7E 0 60 26 15 144 5B 29
Octal 312 11 176 0 140 46 25 504 133 51
Binary 11001010 1001 1111110 0 1100000 100110 10101 101000100 1011011 101001

Color Harmonies of #CA097E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA097E

Black with #CA097E

Text Example


Text Example

White with #CA097E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA097E; }

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

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

background-color css

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

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

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

border-color css

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

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

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