Html Css Color HEX #CF259B Medium Violet Red

📋 copy color: '#CF259B'

red 207 ◦ green 37 ◦ blue 155

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

Shades of Medium Violet Red #CF259B

Tints of Medium Violet Red #CF259B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.85%

R = 51.88%
G = 9.27%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CF259B (or 0xCF259B) is known color: Medium Violet Red. HEX triplet: CF, 25 and 9B. RGB value is (207,37,155). Sum of RGB (Red+Green+Blue) = 207+37+155=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 37 (14.84% from 255 or 9.27% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF259B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF259B is #30DA64. Grayscale: #646464. Windows color (decimal): -3201637 or 10167759. OLE color: 10167759.

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

Color convert

RGB 207 37 155 -
CMYK 0 0.82 0.25 0.19
HSL 318.35º 0.7% 0.48% -
HSV(B) 318.35º 0.82% 0.81% -
XYZ 32.31 16.96 32.58 -
YUV 101.28 158.32 203.41 -
System Red Green Blue C M Y K H S L
Decimal 207 37 155 0 0.82 0.25 0.19 318.35 0.7 0.48
Hex CF 25 9B 0 52 19 13 13E 46 30
Octal 317 45 233 0 122 31 23 476 106 60
Binary 11001111 100101 10011011 0 1010010 11001 10011 100111110 1000110 110000

Color Harmonies of #CF259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF259B

Black with #CF259B

Text Example


Text Example

White with #CF259B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF259B; }

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

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

background-color css

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

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

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

border-color css

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

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

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