Html Css Color HEX #CF0298 Medium Violet Red

📋 copy color: '#CF0298'

red 207 ◦ green 2 ◦ blue 152

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

Shades of Medium Violet Red #CF0298

Tints of Medium Violet Red #CF0298

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.55%

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

R = 57.34%
G = 0.55%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CF0298 (or 0xCF0298) is known color: Medium Violet Red. HEX triplet: CF, 02 and 98. RGB value is (207,2,152). Sum of RGB (Red+Green+Blue) = 207+2+152=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 2 (1.17% from 255 or 0.55% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0298 is #30FD67. Grayscale: #505050. Windows color (decimal): -3210600 or 9962191. OLE color: 9962191.

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

Color convert

RGB 207 2 152 -
CMYK 0 0.99 0.27 0.19
HSL 316.1º 0.98% 0.41% -
HSV(B) 316.1º 0.99% 0.81% -
XYZ 31.42 15.58 31.06 -
YUV 80.4 168.42 218.3 -
System Red Green Blue C M Y K H S L
Decimal 207 2 152 0 0.99 0.27 0.19 316.1 0.98 0.41
Hex CF 2 98 0 63 1B 13 13C 62 29
Octal 317 2 230 0 143 33 23 474 142 51
Binary 11001111 10 10011000 0 1100011 11011 10011 100111100 1100010 101001

Color Harmonies of #CF0298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0298

Black with #CF0298

Text Example


Text Example

White with #CF0298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0298; }

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

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

background-color css

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

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

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

border-color css

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

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

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