Html Css Color HEX #C75CBA Fuchsia

📋 copy color: '#C75CBA'

red 199 ◦ green 92 ◦ blue 186

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

Shades of Fuchsia #C75CBA

Tints of Fuchsia #C75CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.29%

 BLUE value IS 186 (73.05% from 255) = 38.99%

R = 41.72%
G = 19.29%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C75CBA (or 0xC75CBA) is known color: Fuchsia. HEX triplet: C7, 5C and BA. RGB value is (199,92,186). Sum of RGB (Red+Green+Blue) = 199+92+186=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 92 (36.33% from 255 or 19.29% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 199 - color contains mainly: red. Hex color #C75CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75CBA is #38A345. Grayscale: #868686. Windows color (decimal): -3711814 or 12213447. OLE color: 12213447.

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

Color convert

RGB 199 92 186 -
CMYK 0 0.54 0.07 0.22
HSL 307.29º 0.49% 0.57% -
HSV(B) 307.29º 0.54% 0.78% -
XYZ 36.24 23.34 49.05 -
YUV 134.71 156.95 173.86 -
System Red Green Blue C M Y K H S L
Decimal 199 92 186 0 0.54 0.07 0.22 307.29 0.49 0.57
Hex C7 5C BA 0 36 7 16 133 31 39
Octal 307 134 272 0 66 7 26 463 61 71
Binary 11000111 1011100 10111010 0 110110 111 10110 100110011 110001 111001

Color Harmonies of #C75CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75CBA

Black with #C75CBA

Text Example


Text Example

White with #C75CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75CBA; }

 p { color: rgb(199,92,186); }

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

background-color css

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

 a { background-color: rgb(199,92,186); }

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

border-color css

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

 span { border-color: rgb(199,92,186); }

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