Html Css Color HEX #CA0892 Medium Violet Red

📋 copy color: '#CA0892'

red 202 ◦ green 8 ◦ blue 146

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

Shades of Medium Violet Red #CA0892

Tints of Medium Violet Red #CA0892

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.25%

 BLUE value IS 146 (57.42% from 255) = 41.01%

R = 56.74%
G = 2.25%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#CA0892 (or 0xCA0892) is known color: Medium Violet Red. HEX triplet: CA, 08 and 92. RGB value is (202,8,146). Sum of RGB (Red+Green+Blue) = 202+8+146=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 8 (3.52% from 255 or 2.25% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0892 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0892 is #35F76D. Grayscale: #515151. Windows color (decimal): -3536750 or 9570506. OLE color: 9570506.

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

Color convert

RGB 202 8 146 -
CMYK 0 0.96 0.28 0.21
HSL 317.32º 0.92% 0.41% -
HSV(B) 317.32º 0.96% 0.79% -
XYZ 29.63 14.81 28.49 -
YUV 81.74 164.27 213.78 -
System Red Green Blue C M Y K H S L
Decimal 202 8 146 0 0.96 0.28 0.21 317.32 0.92 0.41
Hex CA 8 92 0 60 1C 15 13D 5C 29
Octal 312 10 222 0 140 34 25 475 134 51
Binary 11001010 1000 10010010 0 1100000 11100 10101 100111101 1011100 101001

Color Harmonies of #CA0892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0892

Black with #CA0892

Text Example


Text Example

White with #CA0892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0892; }

 p { color: rgb(202,8,146); }

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

background-color css

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

 a { background-color: rgb(202,8,146); }

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

border-color css

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

 span { border-color: rgb(202,8,146); }

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