Html Css Color HEX #C75BCB Fuchsia

📋 copy color: '#C75BCB'

red 199 ◦ green 91 ◦ blue 203

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

Shades of Fuchsia #C75BCB

Tints of Fuchsia #C75BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.18%

R = 40.37%
G = 18.46%
B = 41.18%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C75BCB (or 0xC75BCB) is known color: Fuchsia. HEX triplet: C7, 5B and CB. RGB value is (199,91,203). Sum of RGB (Red+Green+Blue) = 199+91+203=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 91 (35.94% from 255 or 18.46% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #C75BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75BCB is #38A434. Grayscale: #878787. Windows color (decimal): -3712053 or 13327303. OLE color: 13327303.

HSL color Cylindrical-coordinate representation of color #C75BCB: hue angle of 297.86º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C75BCB is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 91 203 -
CMYK 0.02 0.55 0 0.20
HSL 297.86º 0.52% 0.58% -
HSV(B) 297.86º 0.55% 0.8% -
XYZ 38.07 23.94 59.11 -
YUV 136.06 165.78 172.89 -
System Red Green Blue C M Y K H S L
Decimal 199 91 203 0.02 0.55 0 0.20 297.86 0.52 0.58
Hex C7 5B CB 2 37 0 14 12A 34 3A
Octal 307 133 313 2 67 0 24 452 64 72
Binary 11000111 1011011 11001011 10 110111 0 10100 100101010 110100 111010

Color Harmonies of #C75BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75BCB

Black with #C75BCB

Text Example


Text Example

White with #C75BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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