Html Css Color HEX #CF27AF Medium Violet Red

📋 copy color: '#CF27AF'

red 207 ◦ green 39 ◦ blue 175

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

Shades of Medium Violet Red #CF27AF

Tints of Medium Violet Red #CF27AF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.26%

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

R = 49.17%
G = 9.26%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CF27AF (or 0xCF27AF) is known color: Medium Violet Red. HEX triplet: CF, 27 and AF. RGB value is (207,39,175). Sum of RGB (Red+Green+Blue) = 207+39+175=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 39 (15.62% from 255 or 9.26% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF27AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF27AF is #30D850. Grayscale: #686868. Windows color (decimal): -3201105 or 11478991. OLE color: 11478991.

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

Color convert

RGB 207 39 175 -
CMYK 0 0.81 0.15 0.19
HSL 311.43º 0.68% 0.48% -
HSV(B) 311.43º 0.81% 0.81% -
XYZ 34.2 17.81 42.19 -
YUV 104.74 167.66 200.94 -
System Red Green Blue C M Y K H S L
Decimal 207 39 175 0 0.81 0.15 0.19 311.43 0.68 0.48
Hex CF 27 AF 0 51 F 13 137 44 30
Octal 317 47 257 0 121 17 23 467 104 60
Binary 11001111 100111 10101111 0 1010001 1111 10011 100110111 1000100 110000

Color Harmonies of #CF27AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF27AF

Black with #CF27AF

Text Example


Text Example

White with #CF27AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF27AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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