Html Css Color HEX #CA068D Medium Violet Red

📋 copy color: '#CA068D'

red 202 ◦ green 6 ◦ blue 141

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

Shades of Medium Violet Red #CA068D

Tints of Medium Violet Red #CA068D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.4%

R = 57.88%
G = 1.72%
B = 40.4%

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

#CA068D (or 0xCA068D) is known color: Medium Violet Red. HEX triplet: CA, 06 and 8D. RGB value is (202,6,141). Sum of RGB (Red+Green+Blue) = 202+6+141=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 6 (2.73% from 255 or 1.72% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA068D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA068D is #35F972. Grayscale: #4F4F4F. Windows color (decimal): -3537267 or 9242314. OLE color: 9242314.

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

Color convert

RGB 202 6 141 -
CMYK 0 0.97 0.30 0.21
HSL 318.67º 0.94% 0.41% -
HSV(B) 318.67º 0.97% 0.79% -
XYZ 29.23 14.61 26.48 -
YUV 79.99 162.43 215.02 -
System Red Green Blue C M Y K H S L
Decimal 202 6 141 0 0.97 0.30 0.21 318.67 0.94 0.41
Hex CA 6 8D 0 61 1E 15 13F 5E 29
Octal 312 6 215 0 141 36 25 477 136 51
Binary 11001010 110 10001101 0 1100001 11110 10101 100111111 1011110 101001

Color Harmonies of #CA068D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA068D

Black with #CA068D

Text Example


Text Example

White with #CA068D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA068D; }

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

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

background-color css

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

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

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

border-color css

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

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

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