Html Css Color HEX #CF227A Medium Violet Red

📋 copy color: '#CF227A'

red 207 ◦ green 34 ◦ blue 122

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

Shades of Medium Violet Red #CF227A

Tints of Medium Violet Red #CF227A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.61%

R = 57.02%
G = 9.37%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CF227A (or 0xCF227A) is known color: Medium Violet Red. HEX triplet: CF, 22 and 7A. RGB value is (207,34,122). Sum of RGB (Red+Green+Blue) = 207+34+122=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 34 (13.67% from 255 or 9.37% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF227A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF227A is #30DD85. Grayscale: #5F5F5F. Windows color (decimal): -3202438 or 8004303. OLE color: 8004303.

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

Color convert

RGB 207 34 122 -
CMYK 0 0.84 0.41 0.19
HSL 329.48º 0.72% 0.47% -
HSV(B) 329.48º 0.84% 0.81% -
XYZ 29.82 15.81 19.89 -
YUV 95.76 142.81 207.34 -
System Red Green Blue C M Y K H S L
Decimal 207 34 122 0 0.84 0.41 0.19 329.48 0.72 0.47
Hex CF 22 7A 0 54 29 13 149 48 2F
Octal 317 42 172 0 124 51 23 511 110 57
Binary 11001111 100010 1111010 0 1010100 101001 10011 101001001 1001000 101111

Color Harmonies of #CF227A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF227A

Black with #CF227A

Text Example


Text Example

White with #CF227A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF227A; }

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

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

background-color css

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

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

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

border-color css

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

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

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