Html Css Color HEX #C075B3 London Hue

📋 copy color: '#C075B3'

red 192 ◦ green 117 ◦ blue 179

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

Shades of London Hue #C075B3

Tints of London Hue #C075B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.68%

R = 39.34%
G = 23.98%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C075B3 (or 0xC075B3) is known color: London Hue. HEX triplet: C0, 75 and B3. RGB value is (192,117,179). Sum of RGB (Red+Green+Blue) = 192+117+179=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 117 (46.09% from 255 or 23.98% from 488); Blue value is 179 (70.31% from 255 or 36.68% from 488); Max value from RGB is 192 - color contains mainly: red. Hex color #C075B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C075B3 is #3F8A4C. Grayscale: #929292. Windows color (decimal): -4164173 or 11761088. OLE color: 11761088.

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

Color convert

RGB 192 117 179 -
CMYK 0 0.39 0.07 0.25
HSL 310.4º 0.37% 0.61% -
HSV(B) 310.4º 0.39% 0.75% -
XYZ 36.24 27.18 45.98 -
YUV 146.49 146.35 160.46 -
System Red Green Blue C M Y K H S L
Decimal 192 117 179 0 0.39 0.07 0.25 310.4 0.37 0.61
Hex C0 75 B3 0 27 7 19 136 25 3D
Octal 300 165 263 0 47 7 31 466 45 75
Binary 11000000 1110101 10110011 0 100111 111 11001 100110110 100101 111101

Color Harmonies of #C075B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C075B3

Black with #C075B3

Text Example


Text Example

White with #C075B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C075B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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