Html Css Color HEX #C75DB0 Fuchsia

📋 copy color: '#C75DB0'

red 199 ◦ green 93 ◦ blue 176

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

Shades of Fuchsia #C75DB0

Tints of Fuchsia #C75DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.61%

R = 42.52%
G = 19.87%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C75DB0 (or 0xC75DB0) is known color: Fuchsia. HEX triplet: C7, 5D and B0. RGB value is (199,93,176). Sum of RGB (Red+Green+Blue) = 199+93+176=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 93 (36.72% from 255 or 19.87% from 468); Blue value is 176 (69.14% from 255 or 37.61% from 468); Max value from RGB is 199 - color contains mainly: red. Hex color #C75DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75DB0 is #38A24F. Grayscale: #858585. Windows color (decimal): -3711568 or 11558343. OLE color: 11558343.

HSL color Cylindrical-coordinate representation of color #C75DB0: hue angle of 313.02º 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 #C75DB0 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 93 176 -
CMYK 0 0.53 0.12 0.22
HSL 313.02º 0.49% 0.57% -
HSV(B) 313.02º 0.53% 0.78% -
XYZ 35.3 23.11 43.67 -
YUV 134.16 151.62 174.25 -
System Red Green Blue C M Y K H S L
Decimal 199 93 176 0 0.53 0.12 0.22 313.02 0.49 0.57
Hex C7 5D B0 0 35 C 16 139 31 39
Octal 307 135 260 0 65 14 26 471 61 71
Binary 11000111 1011101 10110000 0 110101 1100 10110 100111001 110001 111001

Color Harmonies of #C75DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75DB0

Black with #C75DB0

Text Example


Text Example

White with #C75DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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