Html Css Color HEX #C75DBB Fuchsia

📋 copy color: '#C75DBB'

red 199 ◦ green 93 ◦ blue 187

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

Shades of Fuchsia #C75DBB

Tints of Fuchsia #C75DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.04%

R = 41.54%
G = 19.42%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C75DBB (or 0xC75DBB) is known color: Fuchsia. HEX triplet: C7, 5D and BB. RGB value is (199,93,187). Sum of RGB (Red+Green+Blue) = 199+93+187=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 93 (36.72% from 255 or 19.42% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C75DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75DBB is #38A244. Grayscale: #878787. Windows color (decimal): -3711557 or 12279239. OLE color: 12279239.

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

Color convert

RGB 199 93 187 -
CMYK 0 0.53 0.06 0.22
HSL 306.79º 0.49% 0.57% -
HSV(B) 306.79º 0.53% 0.78% -
XYZ 36.44 23.56 49.64 -
YUV 135.41 157.12 173.36 -
System Red Green Blue C M Y K H S L
Decimal 199 93 187 0 0.53 0.06 0.22 306.79 0.49 0.57
Hex C7 5D BB 0 35 6 16 133 31 39
Octal 307 135 273 0 65 6 26 463 61 71
Binary 11000111 1011101 10111011 0 110101 110 10110 100110011 110001 111001

Color Harmonies of #C75DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75DBB

Black with #C75DBB

Text Example


Text Example

White with #C75DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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