Html Css Color HEX #CF27AA Medium Violet Red

📋 copy color: '#CF27AA'

red 207 ◦ green 39 ◦ blue 170

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

Shades of Medium Violet Red #CF27AA

Tints of Medium Violet Red #CF27AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.87%

R = 49.76%
G = 9.38%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#CF27AA (or 0xCF27AA) is known color: Medium Violet Red. HEX triplet: CF, 27 and AA. RGB value is (207,39,170). Sum of RGB (Red+Green+Blue) = 207+39+170=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 39 (15.62% from 255 or 9.38% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF27AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF27AA is #30D855. Grayscale: #676767. Windows color (decimal): -3201110 or 11151311. OLE color: 11151311.

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

Color convert

RGB 207 39 170 -
CMYK 0 0.81 0.18 0.19
HSL 313.21º 0.68% 0.48% -
HSV(B) 313.21º 0.81% 0.81% -
XYZ 33.71 17.62 39.65 -
YUV 104.17 165.16 201.35 -
System Red Green Blue C M Y K H S L
Decimal 207 39 170 0 0.81 0.18 0.19 313.21 0.68 0.48
Hex CF 27 AA 0 51 12 13 139 44 30
Octal 317 47 252 0 121 22 23 471 104 60
Binary 11001111 100111 10101010 0 1010001 10010 10011 100111001 1000100 110000

Color Harmonies of #CF27AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF27AA

Black with #CF27AA

Text Example


Text Example

White with #CF27AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF27AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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