Html Css Color HEX #C75CCB Fuchsia

📋 copy color: '#C75CCB'

red 199 ◦ green 92 ◦ blue 203

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

Shades of Fuchsia #C75CCB

Tints of Fuchsia #C75CCB

RGB

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

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

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

R = 40.28%
G = 18.62%
B = 41.09%

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

#C75CCB (or 0xC75CCB) is known color: Fuchsia. HEX triplet: C7, 5C and CB. RGB value is (199,92,203). Sum of RGB (Red+Green+Blue) = 199+92+203=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 92 (36.33% from 255 or 18.62% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #C75CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75CCB is #38A334. Grayscale: #888888. Windows color (decimal): -3711797 or 13327559. OLE color: 13327559.

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

Color convert

RGB 199 92 203 -
CMYK 0.02 0.55 0 0.20
HSL 297.84º 0.52% 0.58% -
HSV(B) 297.84º 0.55% 0.8% -
XYZ 38.16 24.11 59.14 -
YUV 136.65 165.45 172.47 -
System Red Green Blue C M Y K H S L
Decimal 199 92 203 0.02 0.55 0 0.20 297.84 0.52 0.58
Hex C7 5C CB 2 37 0 14 12A 34 3A
Octal 307 134 313 2 67 0 24 452 64 72
Binary 11000111 1011100 11001011 10 110111 0 10100 100101010 110100 111010

Color Harmonies of #C75CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75CCB

Black with #C75CCB

Text Example


Text Example

White with #C75CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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