Html Css Color HEX #CF069A Medium Violet Red

📋 copy color: '#CF069A'

red 207 ◦ green 6 ◦ blue 154

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

Shades of Medium Violet Red #CF069A

Tints of Medium Violet Red #CF069A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.63%

 BLUE value IS 154 (60.55% from 255) = 41.96%

R = 56.4%
G = 1.63%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CF069A (or 0xCF069A) is known color: Medium Violet Red. HEX triplet: CF, 06 and 9A. RGB value is (207,6,154). Sum of RGB (Red+Green+Blue) = 207+6+154=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 6 (2.73% from 255 or 1.63% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF069A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF069A is #30F965. Grayscale: #525252. Windows color (decimal): -3209574 or 10094287. OLE color: 10094287.

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

Color convert

RGB 207 6 154 -
CMYK 0 0.97 0.26 0.19
HSL 315.82º 0.94% 0.42% -
HSV(B) 315.82º 0.97% 0.81% -
XYZ 31.63 15.73 31.94 -
YUV 82.97 168.09 216.47 -
System Red Green Blue C M Y K H S L
Decimal 207 6 154 0 0.97 0.26 0.19 315.82 0.94 0.42
Hex CF 6 9A 0 61 1A 13 13C 5E 2A
Octal 317 6 232 0 141 32 23 474 136 52
Binary 11001111 110 10011010 0 1100001 11010 10011 100111100 1011110 101010

Color Harmonies of #CF069A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF069A

Black with #CF069A

Text Example


Text Example

White with #CF069A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF069A; }

 p { color: rgb(207,6,154); }

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

background-color css

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

 a { background-color: rgb(207,6,154); }

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

border-color css

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

 span { border-color: rgb(207,6,154); }

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