Html Css Color HEX #CF217C Medium Violet Red

📋 copy color: '#CF217C'

red 207 ◦ green 33 ◦ blue 124

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

Shades of Medium Violet Red #CF217C

Tints of Medium Violet Red #CF217C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.07%

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

R = 56.87%
G = 9.07%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF217C (or 0xCF217C) is known color: Medium Violet Red. HEX triplet: CF, 21 and 7C. RGB value is (207,33,124). Sum of RGB (Red+Green+Blue) = 207+33+124=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 33 (13.28% from 255 or 9.07% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF217C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF217C is #30DE83. Grayscale: #5F5F5F. Windows color (decimal): -3202692 or 8135119. OLE color: 8135119.

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

Color convert

RGB 207 33 124 -
CMYK 0 0.84 0.40 0.19
HSL 328.62º 0.73% 0.47% -
HSV(B) 328.62º 0.84% 0.81% -
XYZ 29.91 15.81 20.54 -
YUV 95.4 144.15 207.6 -
System Red Green Blue C M Y K H S L
Decimal 207 33 124 0 0.84 0.40 0.19 328.62 0.73 0.47
Hex CF 21 7C 0 54 28 13 149 48 2F
Octal 317 41 174 0 124 50 23 511 110 57
Binary 11001111 100001 1111100 0 1010100 101000 10011 101001001 1001000 101111

Color Harmonies of #CF217C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF217C

Black with #CF217C

Text Example


Text Example

White with #CF217C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF217C; }

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

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

background-color css

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

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

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

border-color css

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

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

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