Html Css Color HEX #C075BF Fuchsia

📋 copy color: '#C075BF'

red 192 ◦ green 117 ◦ blue 191

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

Shades of Fuchsia #C075BF

Tints of Fuchsia #C075BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.2%

R = 38.4%
G = 23.4%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C075BF (or 0xC075BF) is known color: Fuchsia. HEX triplet: C0, 75 and BF. RGB value is (192,117,191). Sum of RGB (Red+Green+Blue) = 192+117+191=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 117 (46.09% from 255 or 23.4% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 192 - color contains mainly: red. Hex color #C075BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C075BF is #3F8A40. Grayscale: #939393. Windows color (decimal): -4164161 or 12547520. OLE color: 12547520.

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

Color convert

RGB 192 117 191 -
CMYK 0 0.39 0.01 0.25
HSL 300.8º 0.37% 0.61% -
HSV(B) 300.8º 0.39% 0.75% -
XYZ 37.5 27.69 52.66 -
YUV 147.86 152.35 159.48 -
System Red Green Blue C M Y K H S L
Decimal 192 117 191 0 0.39 0.01 0.25 300.8 0.37 0.61
Hex C0 75 BF 0 27 1 19 12D 25 3D
Octal 300 165 277 0 47 1 31 455 45 75
Binary 11000000 1110101 10111111 0 100111 1 11001 100101101 100101 111101

Color Harmonies of #C075BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C075BF

Black with #C075BF

Text Example


Text Example

White with #C075BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C075BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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