Html Css Color HEX #C75ABC Fuchsia

📋 copy color: '#C75ABC'

red 199 ◦ green 90 ◦ blue 188

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

Shades of Fuchsia #C75ABC

Tints of Fuchsia #C75ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.41%

R = 41.72%
G = 18.87%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C75ABC (or 0xC75ABC) is known color: Fuchsia. HEX triplet: C7, 5A and BC. RGB value is (199,90,188). Sum of RGB (Red+Green+Blue) = 199+90+188=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 90 (35.55% from 255 or 18.87% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 199 - color contains mainly: red. Hex color #C75ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75ABC is #38A543. Grayscale: #858585. Windows color (decimal): -3712324 or 12344007. OLE color: 12344007.

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

Color convert

RGB 199 90 188 -
CMYK 0 0.55 0.06 0.22
HSL 306.06º 0.49% 0.57% -
HSV(B) 306.06º 0.55% 0.78% -
XYZ 36.29 23.09 50.12 -
YUV 133.76 158.61 174.53 -
System Red Green Blue C M Y K H S L
Decimal 199 90 188 0 0.55 0.06 0.22 306.06 0.49 0.57
Hex C7 5A BC 0 37 6 16 132 31 39
Octal 307 132 274 0 67 6 26 462 61 71
Binary 11000111 1011010 10111100 0 110111 110 10110 100110010 110001 111001

Color Harmonies of #C75ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75ABC

Black with #C75ABC

Text Example


Text Example

White with #C75ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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