Html Css Color HEX #C481BD London Hue

📋 copy color: '#C481BD'

red 196 ◦ green 129 ◦ blue 189

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

Shades of London Hue #C481BD

Tints of London Hue #C481BD

RGB

 RED value IS 196 (76.95% from 255) = 38.13%

 GREEN value IS 129 (50.78% from 255) = 25.1%

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

R = 38.13%
G = 25.1%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C481BD (or 0xC481BD) is known color: London Hue. HEX triplet: C4, 81 and BD. RGB value is (196,129,189). Sum of RGB (Red+Green+Blue) = 196+129+189=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 129 (50.78% from 255 or 25.10% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 196 - color contains mainly: red. Hex color #C481BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C481BD is #3B7E42. Grayscale: #9B9B9B. Windows color (decimal): -3898947 or 12419524. OLE color: 12419524.

HSL color Cylindrical-coordinate representation of color #C481BD: hue angle of 306.27º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C481BD is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 129 189 -
CMYK 0 0.34 0.04 0.23
HSL 306.27º 0.36% 0.64% -
HSV(B) 306.27º 0.34% 0.77% -
XYZ 39.8 31.11 52.05 -
YUV 155.87 146.7 156.62 -
System Red Green Blue C M Y K H S L
Decimal 196 129 189 0 0.34 0.04 0.23 306.27 0.36 0.64
Hex C4 81 BD 0 22 4 17 132 24 40
Octal 304 201 275 0 42 4 27 462 44 100
Binary 11000100 10000001 10111101 0 100010 100 10111 100110010 100100 1000000

Color Harmonies of #C481BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C481BD

Black with #C481BD

Text Example


Text Example

White with #C481BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C481BD; }

 p { color: rgb(196,129,189); }

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

background-color css

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

 a { background-color: rgb(196,129,189); }

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

border-color css

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

 span { border-color: rgb(196,129,189); }

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