Html Css Color HEX #CF259E Medium Violet Red

📋 copy color: '#CF259E'

red 207 ◦ green 37 ◦ blue 158

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

Shades of Medium Violet Red #CF259E

Tints of Medium Violet Red #CF259E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.2%

 BLUE value IS 158 (62.11% from 255) = 39.3%

R = 51.49%
G = 9.2%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CF259E (or 0xCF259E) is known color: Medium Violet Red. HEX triplet: CF, 25 and 9E. RGB value is (207,37,158). Sum of RGB (Red+Green+Blue) = 207+37+158=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 37 (14.84% from 255 or 9.20% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF259E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF259E is #30DA61. Grayscale: #656565. Windows color (decimal): -3201634 or 10364367. OLE color: 10364367.

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

Color convert

RGB 207 37 158 -
CMYK 0 0.82 0.24 0.19
HSL 317.29º 0.7% 0.48% -
HSV(B) 317.29º 0.82% 0.81% -
XYZ 32.57 17.06 33.92 -
YUV 101.62 159.82 203.16 -
System Red Green Blue C M Y K H S L
Decimal 207 37 158 0 0.82 0.24 0.19 317.29 0.7 0.48
Hex CF 25 9E 0 52 18 13 13D 46 30
Octal 317 45 236 0 122 30 23 475 106 60
Binary 11001111 100101 10011110 0 1010010 11000 10011 100111101 1000110 110000

Color Harmonies of #CF259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF259E

Black with #CF259E

Text Example


Text Example

White with #CF259E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF259E; }

 p { color: rgb(207,37,158); }

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

background-color css

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

 a { background-color: rgb(207,37,158); }

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

border-color css

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

 span { border-color: rgb(207,37,158); }

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