Html Css Color HEX #CF018B Medium Violet Red

📋 copy color: '#CF018B'

red 207 ◦ green 1 ◦ blue 139

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

Shades of Medium Violet Red #CF018B

Tints of Medium Violet Red #CF018B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.06%

R = 59.65%
G = 0.29%
B = 40.06%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CF018B (or 0xCF018B) is known color: Medium Violet Red. HEX triplet: CF, 01 and 8B. RGB value is (207,1,139). Sum of RGB (Red+Green+Blue) = 207+1+139=347 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.65% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 207 - color contains mainly: red. Hex color #CF018B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF018B is #30FE74. Grayscale: #4D4D4D. Windows color (decimal): -3210869 or 9109967. OLE color: 9109967.

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

Color convert

RGB 207 1 139 -
CMYK 0 1.00 0.33 0.19
HSL 319.81º 0.99% 0.41% -
HSV(B) 319.81º 1% 0.81% -
XYZ 30.4 15.15 25.75 -
YUV 78.33 162.25 219.78 -
System Red Green Blue C M Y K H S L
Decimal 207 1 139 0 1.00 0.33 0.19 319.81 0.99 0.41
Hex CF 1 8B 0 64 21 13 140 63 29
Octal 317 1 213 0 144 41 23 500 143 51
Binary 11001111 1 10001011 0 1100100 100001 10011 101000000 1100011 101001

Color Harmonies of #CF018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF018B

Black with #CF018B

Text Example


Text Example

White with #CF018B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF018B; }

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

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

background-color css

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

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

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

border-color css

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

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

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