Html Css Color HEX #CF097E Medium Violet Red

📋 copy color: '#CF097E'

red 207 ◦ green 9 ◦ blue 126

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

Shades of Medium Violet Red #CF097E

Tints of Medium Violet Red #CF097E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.63%

 BLUE value IS 126 (49.61% from 255) = 36.84%

R = 60.53%
G = 2.63%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CF097E (or 0xCF097E) is known color: Medium Violet Red. HEX triplet: CF, 09 and 7E. RGB value is (207,9,126). Sum of RGB (Red+Green+Blue) = 207+9+126=342 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.53% from 342); Green value is 9 (3.91% from 255 or 2.63% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 207 - color contains mainly: red. Hex color #CF097E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF097E is #30F681. Grayscale: #515151. Windows color (decimal): -3208834 or 8260047. OLE color: 8260047.

HSL color Cylindrical-coordinate representation of color #CF097E: hue angle of 324.55º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF097E is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 9 126 -
CMYK 0 0.96 0.39 0.19
HSL 324.55º 0.92% 0.42% -
HSV(B) 324.55º 0.96% 0.81% -
XYZ 29.6 14.97 21.07 -
YUV 81.54 153.1 217.49 -
System Red Green Blue C M Y K H S L
Decimal 207 9 126 0 0.96 0.39 0.19 324.55 0.92 0.42
Hex CF 9 7E 0 60 27 13 145 5C 2A
Octal 317 11 176 0 140 47 23 505 134 52
Binary 11001111 1001 1111110 0 1100000 100111 10011 101000101 1011100 101010

Color Harmonies of #CF097E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF097E

Black with #CF097E

Text Example


Text Example

White with #CF097E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF097E; }

 p { color: rgb(207,9,126); }

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

background-color css

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

 a { background-color: rgb(207,9,126); }

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

border-color css

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

 span { border-color: rgb(207,9,126); }

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