Html Css Color HEX #CF0693 Medium Violet Red

📋 copy color: '#CF0693'

red 207 ◦ green 6 ◦ blue 147

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

Shades of Medium Violet Red #CF0693

Tints of Medium Violet Red #CF0693

RGB

 RED value IS 207 (81.25% from 255) = 57.5%

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

 BLUE value IS 147 (57.81% from 255) = 40.83%

R = 57.5%
G = 1.67%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CF0693 (or 0xCF0693) is known color: Medium Violet Red. HEX triplet: CF, 06 and 93. RGB value is (207,6,147). Sum of RGB (Red+Green+Blue) = 207+6+147=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 6 (2.73% from 255 or 1.67% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0693 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0693 is #30F96C. Grayscale: #515151. Windows color (decimal): -3209581 or 9635535. OLE color: 9635535.

HSL color Cylindrical-coordinate representation of color #CF0693: hue angle of 317.91º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF0693 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 6 147 -
CMYK 0 0.97 0.29 0.19
HSL 317.91º 0.94% 0.42% -
HSV(B) 317.91º 0.97% 0.81% -
XYZ 31.06 15.5 28.96 -
YUV 82.17 164.59 217.04 -
System Red Green Blue C M Y K H S L
Decimal 207 6 147 0 0.97 0.29 0.19 317.91 0.94 0.42
Hex CF 6 93 0 61 1D 13 13E 5E 2A
Octal 317 6 223 0 141 35 23 476 136 52
Binary 11001111 110 10010011 0 1100001 11101 10011 100111110 1011110 101010

Color Harmonies of #CF0693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0693

Black with #CF0693

Text Example


Text Example

White with #CF0693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0693; }

 p { color: rgb(207,6,147); }

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

background-color css

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

 a { background-color: rgb(207,6,147); }

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

border-color css

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

 span { border-color: rgb(207,6,147); }

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