Html Css Color HEX #CF2481 Medium Violet Red

📋 copy color: '#CF2481'

red 207 ◦ green 36 ◦ blue 129

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

Shades of Medium Violet Red #CF2481

Tints of Medium Violet Red #CF2481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.68%

R = 55.65%
G = 9.68%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CF2481 (or 0xCF2481) is known color: Medium Violet Red. HEX triplet: CF, 24 and 81. RGB value is (207,36,129). Sum of RGB (Red+Green+Blue) = 207+36+129=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 36 (14.45% from 255 or 9.68% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2481 is #30DB7E. Grayscale: #616161. Windows color (decimal): -3201919 or 8463567. OLE color: 8463567.

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

Color convert

RGB 207 36 129 -
CMYK 0 0.83 0.38 0.19
HSL 327.37º 0.7% 0.48% -
HSV(B) 327.37º 0.83% 0.81% -
XYZ 30.33 16.11 22.28 -
YUV 97.73 145.65 205.94 -
System Red Green Blue C M Y K H S L
Decimal 207 36 129 0 0.83 0.38 0.19 327.37 0.7 0.48
Hex CF 24 81 0 53 26 13 147 46 30
Octal 317 44 201 0 123 46 23 507 106 60
Binary 11001111 100100 10000001 0 1010011 100110 10011 101000111 1000110 110000

Color Harmonies of #CF2481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2481

Black with #CF2481

Text Example


Text Example

White with #CF2481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2481; }

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

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

background-color css

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

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

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

border-color css

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

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

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