Html Css Color HEX #C075BB Fuchsia

📋 copy color: '#C075BB'

red 192 ◦ green 117 ◦ blue 187

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

Shades of Fuchsia #C075BB

Tints of Fuchsia #C075BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.7%

R = 38.71%
G = 23.59%
B = 37.7%

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

#C075BB (or 0xC075BB) is known color: Fuchsia. HEX triplet: C0, 75 and BB. RGB value is (192,117,187). Sum of RGB (Red+Green+Blue) = 192+117+187=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 192 - color contains mainly: red. Hex color #C075BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C075BB is #3F8A44. Grayscale: #939393. Windows color (decimal): -4164165 or 12285376. OLE color: 12285376.

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

Color convert

RGB 192 117 187 -
CMYK 0 0.39 0.03 0.25
HSL 304º 0.37% 0.61% -
HSV(B) 304º 0.39% 0.75% -
XYZ 37.07 27.52 50.37 -
YUV 147.41 150.35 159.81 -
System Red Green Blue C M Y K H S L
Decimal 192 117 187 0 0.39 0.03 0.25 304 0.37 0.61
Hex C0 75 BB 0 27 3 19 130 25 3D
Octal 300 165 273 0 47 3 31 460 45 75
Binary 11000000 1110101 10111011 0 100111 11 11001 100110000 100101 111101

Color Harmonies of #C075BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C075BB

Black with #C075BB

Text Example


Text Example

White with #C075BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C075BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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