Html Css Color HEX #C075BC Fuchsia

📋 copy color: '#C075BC'

red 192 ◦ green 117 ◦ blue 188

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

Shades of Fuchsia #C075BC

Tints of Fuchsia #C075BC

RGB

 RED value IS 192 (75.39% from 255) = 38.63%

 GREEN value IS 117 (46.09% from 255) = 23.54%

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

R = 38.63%
G = 23.54%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C075BC (or 0xC075BC) is known color: Fuchsia. HEX triplet: C0, 75 and BC. RGB value is (192,117,188). Sum of RGB (Red+Green+Blue) = 192+117+188=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 117 (46.09% from 255 or 23.54% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 192 - color contains mainly: red. Hex color #C075BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C075BC is #3F8A43. Grayscale: #939393. Windows color (decimal): -4164164 or 12350912. OLE color: 12350912.

HSL color Cylindrical-coordinate representation of color #C075BC: hue angle of 303.2º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C075BC is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 117 188 -
CMYK 0 0.39 0.02 0.25
HSL 303.2º 0.37% 0.61% -
HSV(B) 303.2º 0.39% 0.75% -
XYZ 37.18 27.56 50.94 -
YUV 147.52 150.85 159.73 -
System Red Green Blue C M Y K H S L
Decimal 192 117 188 0 0.39 0.02 0.25 303.2 0.37 0.61
Hex C0 75 BC 0 27 2 19 12F 25 3D
Octal 300 165 274 0 47 2 31 457 45 75
Binary 11000000 1110101 10111100 0 100111 10 11001 100101111 100101 111101

Color Harmonies of #C075BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C075BC

Black with #C075BC

Text Example


Text Example

White with #C075BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C075BC; }

 p { color: rgb(192,117,188); }

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

background-color css

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

 a { background-color: rgb(192,117,188); }

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

border-color css

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

 span { border-color: rgb(192,117,188); }

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