Html Css Color HEX #C75ABA Fuchsia

📋 copy color: '#C75ABA'

red 199 ◦ green 90 ◦ blue 186

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

Shades of Fuchsia #C75ABA

Tints of Fuchsia #C75ABA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.95%

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

R = 41.89%
G = 18.95%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C75ABA (or 0xC75ABA) is known color: Fuchsia. HEX triplet: C7, 5A and BA. RGB value is (199,90,186). Sum of RGB (Red+Green+Blue) = 199+90+186=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 90 (35.55% from 255 or 18.95% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 199 - color contains mainly: red. Hex color #C75ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75ABA is #38A545. Grayscale: #858585. Windows color (decimal): -3712326 or 12212935. OLE color: 12212935.

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

Color convert

RGB 199 90 186 -
CMYK 0 0.55 0.07 0.22
HSL 307.16º 0.49% 0.57% -
HSV(B) 307.16º 0.55% 0.78% -
XYZ 36.07 23 48.99 -
YUV 133.54 157.61 174.69 -
System Red Green Blue C M Y K H S L
Decimal 199 90 186 0 0.55 0.07 0.22 307.16 0.49 0.57
Hex C7 5A BA 0 37 7 16 133 31 39
Octal 307 132 272 0 67 7 26 463 61 71
Binary 11000111 1011010 10111010 0 110111 111 10110 100110011 110001 111001

Color Harmonies of #C75ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75ABA

Black with #C75ABA

Text Example


Text Example

White with #C75ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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