Html Css Color HEX #CF227C Medium Violet Red

📋 copy color: '#CF227C'

red 207 ◦ green 34 ◦ blue 124

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

Shades of Medium Violet Red #CF227C

Tints of Medium Violet Red #CF227C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.32%

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

R = 56.71%
G = 9.32%
B = 33.97%

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

#CF227C (or 0xCF227C) is known color: Medium Violet Red. HEX triplet: CF, 22 and 7C. RGB value is (207,34,124). Sum of RGB (Red+Green+Blue) = 207+34+124=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 34 (13.67% from 255 or 9.32% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF227C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF227C is #30DD83. Grayscale: #5F5F5F. Windows color (decimal): -3202436 or 8135375. OLE color: 8135375.

HSL color Cylindrical-coordinate representation of color #CF227C: hue angle of 328.79º degrees, saturation: 0.72, 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 #CF227C is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 34 124 -
CMYK 0 0.84 0.40 0.19
HSL 328.79º 0.72% 0.47% -
HSV(B) 328.79º 0.84% 0.81% -
XYZ 29.94 15.86 20.55 -
YUV 95.99 143.81 207.18 -
System Red Green Blue C M Y K H S L
Decimal 207 34 124 0 0.84 0.40 0.19 328.79 0.72 0.47
Hex CF 22 7C 0 54 28 13 149 48 2F
Octal 317 42 174 0 124 50 23 511 110 57
Binary 11001111 100010 1111100 0 1010100 101000 10011 101001001 1001000 101111

Color Harmonies of #CF227C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF227C

Black with #CF227C

Text Example


Text Example

White with #CF227C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF227C; }

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

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

background-color css

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

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

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

border-color css

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

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

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