Html Css Color HEX #CF258D Medium Violet Red

📋 copy color: '#CF258D'

red 207 ◦ green 37 ◦ blue 141

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

Shades of Medium Violet Red #CF258D

Tints of Medium Violet Red #CF258D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.62%

R = 53.77%
G = 9.61%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF258D (or 0xCF258D) is known color: Medium Violet Red. HEX triplet: CF, 25 and 8D. RGB value is (207,37,141). Sum of RGB (Red+Green+Blue) = 207+37+141=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 37 (14.84% from 255 or 9.61% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF258D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF258D is #30DA72. Grayscale: #636363. Windows color (decimal): -3201651 or 9250255. OLE color: 9250255.

HSL color Cylindrical-coordinate representation of color #CF258D: hue angle of 323.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 #CF258D is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 37 141 -
CMYK 0 0.82 0.32 0.19
HSL 323.29º 0.7% 0.48% -
HSV(B) 323.29º 0.82% 0.81% -
XYZ 31.2 16.51 26.74 -
YUV 99.69 151.32 204.54 -
System Red Green Blue C M Y K H S L
Decimal 207 37 141 0 0.82 0.32 0.19 323.29 0.7 0.48
Hex CF 25 8D 0 52 20 13 143 46 30
Octal 317 45 215 0 122 40 23 503 106 60
Binary 11001111 100101 10001101 0 1010010 100000 10011 101000011 1000110 110000

Color Harmonies of #CF258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF258D

Black with #CF258D

Text Example


Text Example

White with #CF258D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF258D; }

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

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

background-color css

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

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

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

border-color css

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

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

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