Html Css Color HEX #CA068E Medium Violet Red

📋 copy color: '#CA068E'

red 202 ◦ green 6 ◦ blue 142

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

Shades of Medium Violet Red #CA068E

Tints of Medium Violet Red #CA068E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.57%

R = 57.71%
G = 1.71%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA068E (or 0xCA068E) is known color: Medium Violet Red. HEX triplet: CA, 06 and 8E. RGB value is (202,6,142). Sum of RGB (Red+Green+Blue) = 202+6+142=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 6 (2.73% from 255 or 1.71% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA068E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA068E is #35F971. Grayscale: #4F4F4F. Windows color (decimal): -3537266 or 9307850. OLE color: 9307850.

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

Color convert

RGB 202 6 142 -
CMYK 0 0.97 0.30 0.21
HSL 318.37º 0.94% 0.41% -
HSV(B) 318.37º 0.97% 0.79% -
XYZ 29.3 14.64 26.87 -
YUV 80.11 162.93 214.94 -
System Red Green Blue C M Y K H S L
Decimal 202 6 142 0 0.97 0.30 0.21 318.37 0.94 0.41
Hex CA 6 8E 0 61 1E 15 13E 5E 29
Octal 312 6 216 0 141 36 25 476 136 51
Binary 11001010 110 10001110 0 1100001 11110 10101 100111110 1011110 101001

Color Harmonies of #CA068E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA068E

Black with #CA068E

Text Example


Text Example

White with #CA068E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA068E; }

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

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

background-color css

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

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

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

border-color css

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

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

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