Html Css Color HEX #CF27A6 Medium Violet Red

📋 copy color: '#CF27A6'

red 207 ◦ green 39 ◦ blue 166

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

Shades of Medium Violet Red #CF27A6

Tints of Medium Violet Red #CF27A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 40.29%

R = 50.24%
G = 9.47%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#CF27A6 (or 0xCF27A6) is known color: Medium Violet Red. HEX triplet: CF, 27 and A6. RGB value is (207,39,166). Sum of RGB (Red+Green+Blue) = 207+39+166=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 39 (15.62% from 255 or 9.47% from 412); Blue value is 166 (65.23% from 255 or 40.29% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CF27A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF27A6 is #30D859. Grayscale: #676767. Windows color (decimal): -3201114 or 10889167. OLE color: 10889167.

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

Color convert

RGB 207 39 166 -
CMYK 0 0.81 0.20 0.19
HSL 314.64º 0.68% 0.48% -
HSV(B) 314.64º 0.81% 0.81% -
XYZ 33.34 17.47 37.69 -
YUV 103.71 163.16 201.67 -
System Red Green Blue C M Y K H S L
Decimal 207 39 166 0 0.81 0.20 0.19 314.64 0.68 0.48
Hex CF 27 A6 0 51 14 13 13B 44 30
Octal 317 47 246 0 121 24 23 473 104 60
Binary 11001111 100111 10100110 0 1010001 10100 10011 100111011 1000100 110000

Color Harmonies of #CF27A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF27A6

Black with #CF27A6

Text Example


Text Example

White with #CF27A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF27A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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