Html Css Color HEX #CA068F Medium Violet Red

📋 copy color: '#CA068F'

red 202 ◦ green 6 ◦ blue 143

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

Shades of Medium Violet Red #CA068F

Tints of Medium Violet Red #CA068F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.74%

R = 57.55%
G = 1.71%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CA068F (or 0xCA068F) is known color: Medium Violet Red. HEX triplet: CA, 06 and 8F. RGB value is (202,6,143). Sum of RGB (Red+Green+Blue) = 202+6+143=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 6 (2.73% from 255 or 1.71% from 351); Blue value is 143 (56.25% from 255 or 40.74% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA068F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA068F is #35F970. Grayscale: #4F4F4F. Windows color (decimal): -3537265 or 9373386. OLE color: 9373386.

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

Color convert

RGB 202 6 143 -
CMYK 0 0.97 0.29 0.21
HSL 318.06º 0.94% 0.41% -
HSV(B) 318.06º 0.97% 0.79% -
XYZ 29.38 14.67 27.27 -
YUV 80.22 163.43 214.86 -
System Red Green Blue C M Y K H S L
Decimal 202 6 143 0 0.97 0.29 0.21 318.06 0.94 0.41
Hex CA 6 8F 0 61 1D 15 13E 5E 29
Octal 312 6 217 0 141 35 25 476 136 51
Binary 11001010 110 10001111 0 1100001 11101 10101 100111110 1011110 101001

Color Harmonies of #CA068F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA068F

Black with #CA068F

Text Example


Text Example

White with #CA068F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA068F; }

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

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

background-color css

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

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

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

border-color css

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

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

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