Html Css Color HEX #CA0970 Medium Violet Red

📋 copy color: '#CA0970'

red 202 ◦ green 9 ◦ blue 112

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

Shades of Medium Violet Red #CA0970

Tints of Medium Violet Red #CA0970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.67%

R = 62.54%
G = 2.79%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CA0970 (or 0xCA0970) is known color: Medium Violet Red. HEX triplet: CA, 09 and 70. RGB value is (202,9,112). Sum of RGB (Red+Green+Blue) = 202+9+112=323 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.54% from 323); Green value is 9 (3.91% from 255 or 2.79% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0970 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0970 is #35F68F. Grayscale: #4E4E4E. Windows color (decimal): -3536528 or 7342538. OLE color: 7342538.

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

Color convert

RGB 202 9 112 -
CMYK 0 0.96 0.45 0.21
HSL 327.98º 0.91% 0.41% -
HSV(B) 327.98º 0.96% 0.79% -
XYZ 27.38 13.92 16.57 -
YUV 78.45 146.94 216.12 -
System Red Green Blue C M Y K H S L
Decimal 202 9 112 0 0.96 0.45 0.21 327.98 0.91 0.41
Hex CA 9 70 0 60 2D 15 148 5B 29
Octal 312 11 160 0 140 55 25 510 133 51
Binary 11001010 1001 1110000 0 1100000 101101 10101 101001000 1011011 101001

Color Harmonies of #CA0970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0970

Black with #CA0970

Text Example


Text Example

White with #CA0970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0970; }

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

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

background-color css

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

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

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

border-color css

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

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

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