Html Css Color HEX #CF0398 Medium Violet Red

📋 copy color: '#CF0398'

red 207 ◦ green 3 ◦ blue 152

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

Shades of Medium Violet Red #CF0398

Tints of Medium Violet Red #CF0398

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.83%

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

R = 57.18%
G = 0.83%
B = 41.99%

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

#CF0398 (or 0xCF0398) is known color: Medium Violet Red. HEX triplet: CF, 03 and 98. RGB value is (207,3,152). Sum of RGB (Red+Green+Blue) = 207+3+152=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 3 (1.56% from 255 or 0.83% from 362); Blue value is 152 (59.77% from 255 or 41.99% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0398 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0398 is #30FC67. Grayscale: #505050. Windows color (decimal): -3210344 or 9962447. OLE color: 9962447.

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

Color convert

RGB 207 3 152 -
CMYK 0 0.99 0.27 0.19
HSL 316.18º 0.97% 0.41% -
HSV(B) 316.18º 0.99% 0.81% -
XYZ 31.43 15.6 31.06 -
YUV 80.98 168.09 217.88 -
System Red Green Blue C M Y K H S L
Decimal 207 3 152 0 0.99 0.27 0.19 316.18 0.97 0.41
Hex CF 3 98 0 63 1B 13 13C 61 29
Octal 317 3 230 0 143 33 23 474 141 51
Binary 11001111 11 10011000 0 1100011 11011 10011 100111100 1100001 101001

Color Harmonies of #CF0398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0398

Black with #CF0398

Text Example


Text Example

White with #CF0398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0398; }

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

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

background-color css

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

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

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

border-color css

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

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

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