Html Css Color HEX #C075BD Fuchsia

📋 copy color: '#C075BD'

red 192 ◦ green 117 ◦ blue 189

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

Shades of Fuchsia #C075BD

Tints of Fuchsia #C075BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.95%

R = 38.55%
G = 23.49%
B = 37.95%

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

#C075BD (or 0xC075BD) is known color: Fuchsia. HEX triplet: C0, 75 and BD. RGB value is (192,117,189). Sum of RGB (Red+Green+Blue) = 192+117+189=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 117 (46.09% from 255 or 23.49% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 192 - color contains mainly: red. Hex color #C075BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C075BD is #3F8A42. Grayscale: #939393. Windows color (decimal): -4164163 or 12416448. OLE color: 12416448.

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

Color convert

RGB 192 117 189 -
CMYK 0 0.39 0.02 0.25
HSL 302.4º 0.37% 0.61% -
HSV(B) 302.4º 0.39% 0.75% -
XYZ 37.28 27.6 51.51 -
YUV 147.63 151.35 159.65 -
System Red Green Blue C M Y K H S L
Decimal 192 117 189 0 0.39 0.02 0.25 302.4 0.37 0.61
Hex C0 75 BD 0 27 2 19 12E 25 3D
Octal 300 165 275 0 47 2 31 456 45 75
Binary 11000000 1110101 10111101 0 100111 10 11001 100101110 100101 111101

Color Harmonies of #C075BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C075BD

Black with #C075BD

Text Example


Text Example

White with #C075BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C075BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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