Html Css Color HEX #CF2288 Medium Violet Red

📋 copy color: '#CF2288'

red 207 ◦ green 34 ◦ blue 136

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

Shades of Medium Violet Red #CF2288

Tints of Medium Violet Red #CF2288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.07%

R = 54.91%
G = 9.02%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#CF2288 (or 0xCF2288) is known color: Medium Violet Red. HEX triplet: CF, 22 and 88. RGB value is (207,34,136). Sum of RGB (Red+Green+Blue) = 207+34+136=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 34 (13.67% from 255 or 9.02% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2288 is #30DD77. Grayscale: #616161. Windows color (decimal): -3202424 or 8921807. OLE color: 8921807.

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

Color convert

RGB 207 34 136 -
CMYK 0 0.84 0.34 0.19
HSL 324.62º 0.72% 0.47% -
HSV(B) 324.62º 0.84% 0.81% -
XYZ 30.75 16.19 24.8 -
YUV 97.36 149.81 206.21 -
System Red Green Blue C M Y K H S L
Decimal 207 34 136 0 0.84 0.34 0.19 324.62 0.72 0.47
Hex CF 22 88 0 54 22 13 145 48 2F
Octal 317 42 210 0 124 42 23 505 110 57
Binary 11001111 100010 10001000 0 1010100 100010 10011 101000101 1001000 101111

Color Harmonies of #CF2288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2288

Black with #CF2288

Text Example


Text Example

White with #CF2288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2288; }

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

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

background-color css

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

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

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

border-color css

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

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

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