Html Css Color HEX #CF017B Medium Violet Red

📋 copy color: '#CF017B'

red 207 ◦ green 1 ◦ blue 123

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

Shades of Medium Violet Red #CF017B

Tints of Medium Violet Red #CF017B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.16%

R = 62.54%
G = 0.3%
B = 37.16%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CF017B (or 0xCF017B) is known color: Medium Violet Red. HEX triplet: CF, 01 and 7B. RGB value is (207,1,123). Sum of RGB (Red+Green+Blue) = 207+1+123=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF017B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF017B is #30FE84. Grayscale: #4C4C4C. Windows color (decimal): -3210885 or 8061391. OLE color: 8061391.

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

Color convert

RGB 207 1 123 -
CMYK 0 1.00 0.41 0.19
HSL 324.47º 0.99% 0.41% -
HSV(B) 324.47º 1% 0.81% -
XYZ 29.32 14.72 20.03 -
YUV 76.5 154.25 221.08 -
System Red Green Blue C M Y K H S L
Decimal 207 1 123 0 1.00 0.41 0.19 324.47 0.99 0.41
Hex CF 1 7B 0 64 29 13 144 63 29
Octal 317 1 173 0 144 51 23 504 143 51
Binary 11001111 1 1111011 0 1100100 101001 10011 101000100 1100011 101001

Color Harmonies of #CF017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF017B

Black with #CF017B

Text Example


Text Example

White with #CF017B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF017B; }

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

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

background-color css

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

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

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

border-color css

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

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

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