Html Css Color HEX #CF25AF Medium Violet Red

📋 copy color: '#CF25AF'

red 207 ◦ green 37 ◦ blue 175

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

Shades of Medium Violet Red #CF25AF

Tints of Medium Violet Red #CF25AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.77%

R = 49.4%
G = 8.83%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CF25AF (or 0xCF25AF) is known color: Medium Violet Red. HEX triplet: CF, 25 and AF. RGB value is (207,37,175). Sum of RGB (Red+Green+Blue) = 207+37+175=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 37 (14.84% from 255 or 8.83% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF25AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF25AF is #30DA50. Grayscale: #676767. Windows color (decimal): -3201617 or 11478479. OLE color: 11478479.

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

Color convert

RGB 207 37 175 -
CMYK 0 0.82 0.15 0.19
HSL 311.29º 0.7% 0.48% -
HSV(B) 311.29º 0.82% 0.81% -
XYZ 34.13 17.68 42.17 -
YUV 103.56 168.32 201.78 -
System Red Green Blue C M Y K H S L
Decimal 207 37 175 0 0.82 0.15 0.19 311.29 0.7 0.48
Hex CF 25 AF 0 52 F 13 137 46 30
Octal 317 45 257 0 122 17 23 467 106 60
Binary 11001111 100101 10101111 0 1010010 1111 10011 100110111 1000110 110000

Color Harmonies of #CF25AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF25AF

Black with #CF25AF

Text Example


Text Example

White with #CF25AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF25AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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