Html Css Color HEX #C075BA Fuchsia

📋 copy color: '#C075BA'

red 192 ◦ green 117 ◦ blue 186

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

Shades of Fuchsia #C075BA

Tints of Fuchsia #C075BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.58%

R = 38.79%
G = 23.64%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C075BA (or 0xC075BA) is known color: Fuchsia. HEX triplet: C0, 75 and BA. RGB value is (192,117,186). Sum of RGB (Red+Green+Blue) = 192+117+186=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 117 (46.09% from 255 or 23.64% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 192 - color contains mainly: red. Hex color #C075BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C075BA is #3F8A45. Grayscale: #939393. Windows color (decimal): -4164166 or 12219840. OLE color: 12219840.

HSL color Cylindrical-coordinate representation of color #C075BA: hue angle of 304.8º 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 #C075BA is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 117 186 -
CMYK 0 0.39 0.03 0.25
HSL 304.8º 0.37% 0.61% -
HSV(B) 304.8º 0.39% 0.75% -
XYZ 36.96 27.47 49.81 -
YUV 147.29 149.85 159.89 -
System Red Green Blue C M Y K H S L
Decimal 192 117 186 0 0.39 0.03 0.25 304.8 0.37 0.61
Hex C0 75 BA 0 27 3 19 131 25 3D
Octal 300 165 272 0 47 3 31 461 45 75
Binary 11000000 1110101 10111010 0 100111 11 11001 100110001 100101 111101

Color Harmonies of #C075BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C075BA

Black with #C075BA

Text Example


Text Example

White with #C075BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C075BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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