Html Css Color HEX #CF037C Medium Violet Red

📋 copy color: '#CF037C'

red 207 ◦ green 3 ◦ blue 124

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

Shades of Medium Violet Red #CF037C

Tints of Medium Violet Red #CF037C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.9%

 BLUE value IS 124 (48.83% from 255) = 37.13%

R = 61.98%
G = 0.9%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF037C (or 0xCF037C) is known color: Medium Violet Red. HEX triplet: CF, 03 and 7C. RGB value is (207,3,124). Sum of RGB (Red+Green+Blue) = 207+3+124=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF037C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF037C is #30FC83. Grayscale: #4D4D4D. Windows color (decimal): -3210372 or 8127439. OLE color: 8127439.

HSL color Cylindrical-coordinate representation of color #CF037C: hue angle of 324.41º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF037C is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 3 124 -
CMYK 0 0.99 0.40 0.19
HSL 324.41º 0.97% 0.41% -
HSV(B) 324.41º 0.99% 0.81% -
XYZ 29.4 14.79 20.37 -
YUV 77.79 154.09 220.16 -
System Red Green Blue C M Y K H S L
Decimal 207 3 124 0 0.99 0.40 0.19 324.41 0.97 0.41
Hex CF 3 7C 0 63 28 13 144 61 29
Octal 317 3 174 0 143 50 23 504 141 51
Binary 11001111 11 1111100 0 1100011 101000 10011 101000100 1100001 101001

Color Harmonies of #CF037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF037C

Black with #CF037C

Text Example


Text Example

White with #CF037C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF037C; }

 p { color: rgb(207,3,124); }

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

background-color css

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

 a { background-color: rgb(207,3,124); }

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

border-color css

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

 span { border-color: rgb(207,3,124); }

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