Html Css Color HEX #C075B7 Fuchsia

📋 copy color: '#C075B7'

red 192 ◦ green 117 ◦ blue 183

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

Shades of Fuchsia #C075B7

Tints of Fuchsia #C075B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.2%

R = 39.02%
G = 23.78%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C075B7 (or 0xC075B7) is known color: Fuchsia. HEX triplet: C0, 75 and B7. RGB value is (192,117,183). Sum of RGB (Red+Green+Blue) = 192+117+183=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 183 (71.88% from 255 or 37.20% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C075B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C075B7 is #3F8A48. Grayscale: #929292. Windows color (decimal): -4164169 or 12023232. OLE color: 12023232.

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

Color convert

RGB 192 117 183 -
CMYK 0 0.39 0.05 0.25
HSL 307.2º 0.37% 0.61% -
HSV(B) 307.2º 0.39% 0.75% -
XYZ 36.65 27.35 48.15 -
YUV 146.95 148.35 160.13 -
System Red Green Blue C M Y K H S L
Decimal 192 117 183 0 0.39 0.05 0.25 307.2 0.37 0.61
Hex C0 75 B7 0 27 5 19 133 25 3D
Octal 300 165 267 0 47 5 31 463 45 75
Binary 11000000 1110101 10110111 0 100111 101 11001 100110011 100101 111101

Color Harmonies of #C075B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C075B7

Black with #C075B7

Text Example


Text Example

White with #C075B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C075B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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