Html Css Color HEX #CF2394 Medium Violet Red

📋 copy color: '#CF2394'

red 207 ◦ green 35 ◦ blue 148

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

Shades of Medium Violet Red #CF2394

Tints of Medium Violet Red #CF2394

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.97%

 BLUE value IS 148 (58.2% from 255) = 37.95%

R = 53.08%
G = 8.97%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CF2394 (or 0xCF2394) is known color: Medium Violet Red. HEX triplet: CF, 23 and 94. RGB value is (207,35,148). Sum of RGB (Red+Green+Blue) = 207+35+148=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 35 (14.06% from 255 or 8.97% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2394 is #30DC6B. Grayscale: #636363. Windows color (decimal): -3202156 or 9708495. OLE color: 9708495.

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

Color convert

RGB 207 35 148 -
CMYK 0 0.83 0.29 0.19
HSL 320.58º 0.71% 0.47% -
HSV(B) 320.58º 0.83% 0.81% -
XYZ 31.68 16.61 29.55 -
YUV 99.31 155.48 204.81 -
System Red Green Blue C M Y K H S L
Decimal 207 35 148 0 0.83 0.29 0.19 320.58 0.71 0.47
Hex CF 23 94 0 53 1D 13 141 47 2F
Octal 317 43 224 0 123 35 23 501 107 57
Binary 11001111 100011 10010100 0 1010011 11101 10011 101000001 1000111 101111

Color Harmonies of #CF2394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2394

Black with #CF2394

Text Example


Text Example

White with #CF2394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2394; }

 p { color: rgb(207,35,148); }

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

background-color css

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

 a { background-color: rgb(207,35,148); }

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

border-color css

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

 span { border-color: rgb(207,35,148); }

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