Html Css Color HEX #CF259C Medium Violet Red

📋 copy color: '#CF259C'

red 207 ◦ green 37 ◦ blue 156

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

Shades of Medium Violet Red #CF259C

Tints of Medium Violet Red #CF259C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39%

R = 51.75%
G = 9.25%
B = 39%

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

#CF259C (or 0xCF259C) is known color: Medium Violet Red. HEX triplet: CF, 25 and 9C. RGB value is (207,37,156). Sum of RGB (Red+Green+Blue) = 207+37+156=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 37 (14.84% from 255 or 9.25% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF259C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF259C is #30DA63. Grayscale: #656565. Windows color (decimal): -3201636 or 10233295. OLE color: 10233295.

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

Color convert

RGB 207 37 156 -
CMYK 0 0.82 0.25 0.19
HSL 318º 0.7% 0.48% -
HSV(B) 318º 0.82% 0.81% -
XYZ 32.39 16.99 33.02 -
YUV 101.4 158.82 203.32 -
System Red Green Blue C M Y K H S L
Decimal 207 37 156 0 0.82 0.25 0.19 318 0.7 0.48
Hex CF 25 9C 0 52 19 13 13E 46 30
Octal 317 45 234 0 122 31 23 476 106 60
Binary 11001111 100101 10011100 0 1010010 11001 10011 100111110 1000110 110000

Color Harmonies of #CF259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF259C

Black with #CF259C

Text Example


Text Example

White with #CF259C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF259C; }

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

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

background-color css

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

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

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

border-color css

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

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

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