Html Css Color HEX #CF0381 Medium Violet Red

📋 copy color: '#CF0381'

red 207 ◦ green 3 ◦ blue 129

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

Shades of Medium Violet Red #CF0381

Tints of Medium Violet Red #CF0381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 38.05%

R = 61.06%
G = 0.88%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CF0381 (or 0xCF0381) is known color: Medium Violet Red. HEX triplet: CF, 03 and 81. RGB value is (207,3,129). Sum of RGB (Red+Green+Blue) = 207+3+129=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0381 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0381 is #30FC7E. Grayscale: #4E4E4E. Windows color (decimal): -3210367 or 8455119. OLE color: 8455119.

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

Color convert

RGB 207 3 129 -
CMYK 0 0.99 0.38 0.19
HSL 322.94º 0.97% 0.41% -
HSV(B) 322.94º 0.99% 0.81% -
XYZ 29.73 14.92 22.08 -
YUV 78.36 156.59 219.75 -
System Red Green Blue C M Y K H S L
Decimal 207 3 129 0 0.99 0.38 0.19 322.94 0.97 0.41
Hex CF 3 81 0 63 26 13 143 61 29
Octal 317 3 201 0 143 46 23 503 141 51
Binary 11001111 11 10000001 0 1100011 100110 10011 101000011 1100001 101001

Color Harmonies of #CF0381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0381

Black with #CF0381

Text Example


Text Example

White with #CF0381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0381; }

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

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

background-color css

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

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

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

border-color css

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

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

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