Html Css Color HEX #CF0198 Medium Violet Red

📋 copy color: '#CF0198'

red 207 ◦ green 1 ◦ blue 152

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

Shades of Medium Violet Red #CF0198

Tints of Medium Violet Red #CF0198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 42.22%

R = 57.5%
G = 0.28%
B = 42.22%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CF0198 (or 0xCF0198) is known color: Medium Violet Red. HEX triplet: CF, 01 and 98. RGB value is (207,1,152). Sum of RGB (Red+Green+Blue) = 207+1+152=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 152 (59.77% from 255 or 42.22% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0198 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0198 is #30FE67. Grayscale: #4F4F4F. Windows color (decimal): -3210856 or 9961935. OLE color: 9961935.

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

Color convert

RGB 207 1 152 -
CMYK 0 1.00 0.27 0.19
HSL 316.02º 0.99% 0.41% -
HSV(B) 316.02º 1% 0.81% -
XYZ 31.41 15.55 31.05 -
YUV 79.81 168.75 218.72 -
System Red Green Blue C M Y K H S L
Decimal 207 1 152 0 1.00 0.27 0.19 316.02 0.99 0.41
Hex CF 1 98 0 64 1B 13 13C 63 29
Octal 317 1 230 0 144 33 23 474 143 51
Binary 11001111 1 10011000 0 1100100 11011 10011 100111100 1100011 101001

Color Harmonies of #CF0198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0198

Black with #CF0198

Text Example


Text Example

White with #CF0198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0198; }

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

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

background-color css

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

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

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

border-color css

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

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

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