Html Css Color HEX #CA0698 Medium Violet Red

📋 copy color: '#CA0698'

red 202 ◦ green 6 ◦ blue 152

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

Shades of Medium Violet Red #CA0698

Tints of Medium Violet Red #CA0698

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.67%

 BLUE value IS 152 (59.77% from 255) = 42.22%

R = 56.11%
G = 1.67%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#CA0698 (or 0xCA0698) is known color: Medium Violet Red. HEX triplet: CA, 06 and 98. RGB value is (202,6,152). Sum of RGB (Red+Green+Blue) = 202+6+152=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 6 (2.73% from 255 or 1.67% from 360); Blue value is 152 (59.77% from 255 or 42.22% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0698 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0698 is #35F967. Grayscale: #505050. Windows color (decimal): -3537256 or 9963210. OLE color: 9963210.

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

Color convert

RGB 202 6 152 -
CMYK 0 0.97 0.25 0.21
HSL 315.31º 0.94% 0.41% -
HSV(B) 315.31º 0.97% 0.79% -
XYZ 30.09 14.95 31.01 -
YUV 81.25 167.93 214.13 -
System Red Green Blue C M Y K H S L
Decimal 202 6 152 0 0.97 0.25 0.21 315.31 0.94 0.41
Hex CA 6 98 0 61 19 15 13B 5E 29
Octal 312 6 230 0 141 31 25 473 136 51
Binary 11001010 110 10011000 0 1100001 11001 10101 100111011 1011110 101001

Color Harmonies of #CA0698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0698

Black with #CA0698

Text Example


Text Example

White with #CA0698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0698; }

 p { color: rgb(202,6,152); }

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

background-color css

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

 a { background-color: rgb(202,6,152); }

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

border-color css

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

 span { border-color: rgb(202,6,152); }

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