Html Css Color HEX #C75CB2 Fuchsia

📋 copy color: '#C75CB2'

red 199 ◦ green 92 ◦ blue 178

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

Shades of Fuchsia #C75CB2

Tints of Fuchsia #C75CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.95%

R = 42.43%
G = 19.62%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C75CB2 (or 0xC75CB2) is known color: Fuchsia. HEX triplet: C7, 5C and B2. RGB value is (199,92,178). Sum of RGB (Red+Green+Blue) = 199+92+178=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 92 (36.33% from 255 or 19.62% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 199 - color contains mainly: red. Hex color #C75CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75CB2 is #38A34D. Grayscale: #858585. Windows color (decimal): -3711822 or 11689159. OLE color: 11689159.

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

Color convert

RGB 199 92 178 -
CMYK 0 0.54 0.11 0.22
HSL 311.78º 0.49% 0.57% -
HSV(B) 311.78º 0.54% 0.78% -
XYZ 35.42 23.01 44.69 -
YUV 133.8 152.95 174.51 -
System Red Green Blue C M Y K H S L
Decimal 199 92 178 0 0.54 0.11 0.22 311.78 0.49 0.57
Hex C7 5C B2 0 36 B 16 138 31 39
Octal 307 134 262 0 66 13 26 470 61 71
Binary 11000111 1011100 10110010 0 110110 1011 10110 100111000 110001 111001

Color Harmonies of #C75CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75CB2

Black with #C75CB2

Text Example


Text Example

White with #C75CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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