Html Css Color HEX #CF0194 Medium Violet Red

📋 copy color: '#CF0194'

red 207 ◦ green 1 ◦ blue 148

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

Shades of Medium Violet Red #CF0194

Tints of Medium Violet Red #CF0194

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 148 (58.2% from 255) = 41.57%

R = 58.15%
G = 0.28%
B = 41.57%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CF0194 (or 0xCF0194) is known color: Medium Violet Red. HEX triplet: CF, 01 and 94. RGB value is (207,1,148). Sum of RGB (Red+Green+Blue) = 207+1+148=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0194 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0194 is #30FE6B. Grayscale: #4E4E4E. Windows color (decimal): -3210860 or 9699791. OLE color: 9699791.

HSL color Cylindrical-coordinate representation of color #CF0194: hue angle of 317.18º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0194 is Cyan = 0, Magento = 1.00, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 1 148 -
CMYK 0 1.00 0.29 0.19
HSL 317.18º 0.99% 0.41% -
HSV(B) 317.18º 1% 0.81% -
XYZ 31.09 15.43 29.36 -
YUV 79.35 166.75 219.05 -
System Red Green Blue C M Y K H S L
Decimal 207 1 148 0 1.00 0.29 0.19 317.18 0.99 0.41
Hex CF 1 94 0 64 1D 13 13D 63 29
Octal 317 1 224 0 144 35 23 475 143 51
Binary 11001111 1 10010100 0 1100100 11101 10011 100111101 1100011 101001

Color Harmonies of #CF0194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0194

Black with #CF0194

Text Example


Text Example

White with #CF0194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0194; }

 p { color: rgb(207,1,148); }

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

background-color css

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

 a { background-color: rgb(207,1,148); }

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

border-color css

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

 span { border-color: rgb(207,1,148); }

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