Html Css Color HEX #C75DB6 Fuchsia

📋 copy color: '#C75DB6'

red 199 ◦ green 93 ◦ blue 182

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

Shades of Fuchsia #C75DB6

Tints of Fuchsia #C75DB6

RGB

 RED value IS 199 (78.13% from 255) = 41.98%

 GREEN value IS 93 (36.72% from 255) = 19.62%

 BLUE value IS 182 (71.48% from 255) = 38.4%

R = 41.98%
G = 19.62%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C75DB6 (or 0xC75DB6) is known color: Fuchsia. HEX triplet: C7, 5D and B6. RGB value is (199,93,182). Sum of RGB (Red+Green+Blue) = 199+93+182=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 93 (36.72% from 255 or 19.62% from 474); Blue value is 182 (71.48% from 255 or 38.40% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C75DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75DB6 is #38A249. Grayscale: #868686. Windows color (decimal): -3711562 or 11951559. OLE color: 11951559.

HSL color Cylindrical-coordinate representation of color #C75DB6: hue angle of 309.62º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C75DB6 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 93 182 -
CMYK 0 0.53 0.09 0.22
HSL 309.62º 0.49% 0.57% -
HSV(B) 309.62º 0.53% 0.78% -
XYZ 35.91 23.35 46.87 -
YUV 134.84 154.62 173.76 -
System Red Green Blue C M Y K H S L
Decimal 199 93 182 0 0.53 0.09 0.22 309.62 0.49 0.57
Hex C7 5D B6 0 35 9 16 136 31 39
Octal 307 135 266 0 65 11 26 466 61 71
Binary 11000111 1011101 10110110 0 110101 1001 10110 100110110 110001 111001

Color Harmonies of #C75DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75DB6

Black with #C75DB6

Text Example


Text Example

White with #C75DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75DB6; }

 p { color: rgb(199,93,182); }

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

background-color css

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

 a { background-color: rgb(199,93,182); }

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

border-color css

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

 span { border-color: rgb(199,93,182); }

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