Html Css Color HEX #CF2488 Medium Violet Red

📋 copy color: '#CF2488'

red 207 ◦ green 36 ◦ blue 136

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

Shades of Medium Violet Red #CF2488

Tints of Medium Violet Red #CF2488

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.5%

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

R = 54.62%
G = 9.5%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#CF2488 (or 0xCF2488) is known color: Medium Violet Red. HEX triplet: CF, 24 and 88. RGB value is (207,36,136). Sum of RGB (Red+Green+Blue) = 207+36+136=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 36 (14.45% from 255 or 9.50% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2488 is #30DB77. Grayscale: #626262. Windows color (decimal): -3201912 or 8922319. OLE color: 8922319.

HSL color Cylindrical-coordinate representation of color #CF2488: hue angle of 324.91º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF2488 is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 36 136 -
CMYK 0 0.83 0.34 0.19
HSL 324.91º 0.7% 0.48% -
HSV(B) 324.91º 0.83% 0.81% -
XYZ 30.81 16.3 24.82 -
YUV 98.53 149.15 205.37 -
System Red Green Blue C M Y K H S L
Decimal 207 36 136 0 0.83 0.34 0.19 324.91 0.7 0.48
Hex CF 24 88 0 53 22 13 145 46 30
Octal 317 44 210 0 123 42 23 505 106 60
Binary 11001111 100100 10001000 0 1010011 100010 10011 101000101 1000110 110000

Color Harmonies of #CF2488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2488

Black with #CF2488

Text Example


Text Example

White with #CF2488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2488; }

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

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

background-color css

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

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

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

border-color css

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

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

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