Html Css Color HEX #CF017D Medium Violet Red

📋 copy color: '#CF017D'

red 207 ◦ green 1 ◦ blue 125

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

Shades of Medium Violet Red #CF017D

Tints of Medium Violet Red #CF017D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 125 (49.22% from 255) = 37.54%

R = 62.16%
G = 0.3%
B = 37.54%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF017D (or 0xCF017D) is known color: Medium Violet Red. HEX triplet: CF, 01 and 7D. RGB value is (207,1,125). Sum of RGB (Red+Green+Blue) = 207+1+125=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 1 (0.78% from 255 or 0.30% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF017D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF017D is #30FE82. Grayscale: #4C4C4C. Windows color (decimal): -3210883 or 8192463. OLE color: 8192463.

HSL color Cylindrical-coordinate representation of color #CF017D: hue angle of 323.88º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF017D is Cyan = 0, Magento = 1.00, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 1 125 -
CMYK 0 1.00 0.40 0.19
HSL 323.88º 0.99% 0.41% -
HSV(B) 323.88º 1% 0.81% -
XYZ 29.44 14.77 20.7 -
YUV 76.73 155.25 220.92 -
System Red Green Blue C M Y K H S L
Decimal 207 1 125 0 1.00 0.40 0.19 323.88 0.99 0.41
Hex CF 1 7D 0 64 28 13 144 63 29
Octal 317 1 175 0 144 50 23 504 143 51
Binary 11001111 1 1111101 0 1100100 101000 10011 101000100 1100011 101001

Color Harmonies of #CF017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF017D

Black with #CF017D

Text Example


Text Example

White with #CF017D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF017D; }

 p { color: rgb(207,1,125); }

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

background-color css

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

 a { background-color: rgb(207,1,125); }

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

border-color css

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

 span { border-color: rgb(207,1,125); }

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