Html Css Color HEX #CF017F Medium Violet Red

📋 copy color: '#CF017F'

red 207 ◦ green 1 ◦ blue 127

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

Shades of Medium Violet Red #CF017F

Tints of Medium Violet Red #CF017F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.91%

R = 61.79%
G = 0.3%
B = 37.91%

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

#CF017F (or 0xCF017F) is known color: Medium Violet Red. HEX triplet: CF, 01 and 7F. RGB value is (207,1,127). Sum of RGB (Red+Green+Blue) = 207+1+127=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF017F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF017F is #30FE80. Grayscale: #4C4C4C. Windows color (decimal): -3210881 or 8323535. OLE color: 8323535.

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

Color convert

RGB 207 1 127 -
CMYK 0 1.00 0.39 0.19
HSL 323.3º 0.99% 0.41% -
HSV(B) 323.3º 1% 0.81% -
XYZ 29.57 14.82 21.38 -
YUV 76.96 156.25 220.75 -
System Red Green Blue C M Y K H S L
Decimal 207 1 127 0 1.00 0.39 0.19 323.3 0.99 0.41
Hex CF 1 7F 0 64 27 13 143 63 29
Octal 317 1 177 0 144 47 23 503 143 51
Binary 11001111 1 1111111 0 1100100 100111 10011 101000011 1100011 101001

Color Harmonies of #CF017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF017F

Black with #CF017F

Text Example


Text Example

White with #CF017F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF017F; }

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

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

background-color css

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

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

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

border-color css

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

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

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