Html Css Color HEX #CF017E Medium Violet Red

📋 copy color: '#CF017E'

red 207 ◦ green 1 ◦ blue 126

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

Shades of Medium Violet Red #CF017E

Tints of Medium Violet Red #CF017E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.72%

R = 61.98%
G = 0.3%
B = 37.72%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CF017E (or 0xCF017E) is known color: Medium Violet Red. HEX triplet: CF, 01 and 7E. RGB value is (207,1,126). Sum of RGB (Red+Green+Blue) = 207+1+126=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF017E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF017E is #30FE81. Grayscale: #4C4C4C. Windows color (decimal): -3210882 or 8257999. OLE color: 8257999.

HSL color Cylindrical-coordinate representation of color #CF017E: hue angle of 323.59º 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 #CF017E is Cyan = 0, Magento = 1.00, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 1 126 -
CMYK 0 1.00 0.39 0.19
HSL 323.59º 0.99% 0.41% -
HSV(B) 323.59º 1% 0.81% -
XYZ 29.51 14.79 21.04 -
YUV 76.84 155.75 220.84 -
System Red Green Blue C M Y K H S L
Decimal 207 1 126 0 1.00 0.39 0.19 323.59 0.99 0.41
Hex CF 1 7E 0 64 27 13 144 63 29
Octal 317 1 176 0 144 47 23 504 143 51
Binary 11001111 1 1111110 0 1100100 100111 10011 101000100 1100011 101001

Color Harmonies of #CF017E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF017E

Black with #CF017E

Text Example


Text Example

White with #CF017E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF017E; }

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

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

background-color css

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

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

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

border-color css

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

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

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