Html Css Color HEX #CF019B Medium Violet Red

📋 copy color: '#CF019B'

red 207 ◦ green 1 ◦ blue 155

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

Shades of Medium Violet Red #CF019B

Tints of Medium Violet Red #CF019B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.7%

R = 57.02%
G = 0.28%
B = 42.7%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CF019B (or 0xCF019B) is known color: Medium Violet Red. HEX triplet: CF, 01 and 9B. RGB value is (207,1,155). Sum of RGB (Red+Green+Blue) = 207+1+155=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF019B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF019B is #30FE64. Grayscale: #4F4F4F. Windows color (decimal): -3210853 or 10158543. OLE color: 10158543.

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

Color convert

RGB 207 1 155 -
CMYK 0 1.00 0.25 0.19
HSL 315.15º 0.99% 0.41% -
HSV(B) 315.15º 1% 0.81% -
XYZ 31.66 15.65 32.36 -
YUV 80.15 170.25 218.48 -
System Red Green Blue C M Y K H S L
Decimal 207 1 155 0 1.00 0.25 0.19 315.15 0.99 0.41
Hex CF 1 9B 0 64 19 13 13B 63 29
Octal 317 1 233 0 144 31 23 473 143 51
Binary 11001111 1 10011011 0 1100100 11001 10011 100111011 1100011 101001

Color Harmonies of #CF019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF019B

Black with #CF019B

Text Example


Text Example

White with #CF019B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF019B; }

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

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

background-color css

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

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

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

border-color css

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

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

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