Html Css Color HEX #C75ABB Fuchsia

📋 copy color: '#C75ABB'

red 199 ◦ green 90 ◦ blue 187

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

Shades of Fuchsia #C75ABB

Tints of Fuchsia #C75ABB

RGB

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

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

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

R = 41.81%
G = 18.91%
B = 39.29%

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

#C75ABB (or 0xC75ABB) is known color: Fuchsia. HEX triplet: C7, 5A and BB. RGB value is (199,90,187). Sum of RGB (Red+Green+Blue) = 199+90+187=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 90 (35.55% from 255 or 18.91% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 199 - color contains mainly: red. Hex color #C75ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75ABB is #38A544. Grayscale: #858585. Windows color (decimal): -3712325 or 12278471. OLE color: 12278471.

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

Color convert

RGB 199 90 187 -
CMYK 0 0.55 0.06 0.22
HSL 306.61º 0.49% 0.57% -
HSV(B) 306.61º 0.55% 0.78% -
XYZ 36.18 23.04 49.55 -
YUV 133.65 158.11 174.61 -
System Red Green Blue C M Y K H S L
Decimal 199 90 187 0 0.55 0.06 0.22 306.61 0.49 0.57
Hex C7 5A BB 0 37 6 16 133 31 39
Octal 307 132 273 0 67 6 26 463 61 71
Binary 11000111 1011010 10111011 0 110111 110 10110 100110011 110001 111001

Color Harmonies of #C75ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75ABB

Black with #C75ABB

Text Example


Text Example

White with #C75ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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