Html Css Color HEX #CF2395 Medium Violet Red

📋 copy color: '#CF2395'

red 207 ◦ green 35 ◦ blue 149

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

Shades of Medium Violet Red #CF2395

Tints of Medium Violet Red #CF2395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.11%

R = 52.94%
G = 8.95%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CF2395 (or 0xCF2395) is known color: Medium Violet Red. HEX triplet: CF, 23 and 95. RGB value is (207,35,149). Sum of RGB (Red+Green+Blue) = 207+35+149=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 35 (14.06% from 255 or 8.95% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2395 is #30DC6A. Grayscale: #636363. Windows color (decimal): -3202155 or 9774031. OLE color: 9774031.

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

Color convert

RGB 207 35 149 -
CMYK 0 0.83 0.28 0.19
HSL 320.23º 0.71% 0.47% -
HSV(B) 320.23º 0.83% 0.81% -
XYZ 31.76 16.64 29.97 -
YUV 99.42 155.98 204.73 -
System Red Green Blue C M Y K H S L
Decimal 207 35 149 0 0.83 0.28 0.19 320.23 0.71 0.47
Hex CF 23 95 0 53 1C 13 140 47 2F
Octal 317 43 225 0 123 34 23 500 107 57
Binary 11001111 100011 10010101 0 1010011 11100 10011 101000000 1000111 101111

Color Harmonies of #CF2395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2395

Black with #CF2395

Text Example


Text Example

White with #CF2395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2395; }

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

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

background-color css

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

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

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

border-color css

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

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

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