Html Css Color HEX #C75BBB Fuchsia

📋 copy color: '#C75BBB'

red 199 ◦ green 91 ◦ blue 187

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

Shades of Fuchsia #C75BBB

Tints of Fuchsia #C75BBB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.08%

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

R = 41.72%
G = 19.08%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C75BBB (or 0xC75BBB) is known color: Fuchsia. HEX triplet: C7, 5B and BB. RGB value is (199,91,187). Sum of RGB (Red+Green+Blue) = 199+91+187=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 91 (35.94% from 255 or 19.08% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 199 - color contains mainly: red. Hex color #C75BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75BBB is #38A444. Grayscale: #858585. Windows color (decimal): -3712069 or 12278727. OLE color: 12278727.

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

Color convert

RGB 199 91 187 -
CMYK 0 0.54 0.06 0.22
HSL 306.67º 0.49% 0.57% -
HSV(B) 306.67º 0.54% 0.78% -
XYZ 36.26 23.21 49.58 -
YUV 134.24 157.78 174.19 -
System Red Green Blue C M Y K H S L
Decimal 199 91 187 0 0.54 0.06 0.22 306.67 0.49 0.57
Hex C7 5B BB 0 36 6 16 133 31 39
Octal 307 133 273 0 66 6 26 463 61 71
Binary 11000111 1011011 10111011 0 110110 110 10110 100110011 110001 111001

Color Harmonies of #C75BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75BBB

Black with #C75BBB

Text Example


Text Example

White with #C75BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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