Html Css Color HEX #C481B5 London Hue

📋 copy color: '#C481B5'

red 196 ◦ green 129 ◦ blue 181

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

Shades of London Hue #C481B5

Tints of London Hue #C481B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.77%

R = 38.74%
G = 25.49%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C481B5 (or 0xC481B5) is known color: London Hue. HEX triplet: C4, 81 and B5. RGB value is (196,129,181). Sum of RGB (Red+Green+Blue) = 196+129+181=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 129 (50.78% from 255 or 25.49% from 506); Blue value is 181 (71.09% from 255 or 35.77% from 506); Max value from RGB is 196 - color contains mainly: red. Hex color #C481B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C481B5 is #3B7E4A. Grayscale: #9A9A9A. Windows color (decimal): -3898955 or 11895236. OLE color: 11895236.

HSL color Cylindrical-coordinate representation of color #C481B5: hue angle of 313.43º 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 #C481B5 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 129 181 -
CMYK 0 0.34 0.08 0.23
HSL 313.43º 0.36% 0.64% -
HSV(B) 313.43º 0.34% 0.77% -
XYZ 38.96 30.77 47.6 -
YUV 154.96 142.7 157.27 -
System Red Green Blue C M Y K H S L
Decimal 196 129 181 0 0.34 0.08 0.23 313.43 0.36 0.64
Hex C4 81 B5 0 22 8 17 139 24 40
Octal 304 201 265 0 42 10 27 471 44 100
Binary 11000100 10000001 10110101 0 100010 1000 10111 100111001 100100 1000000

Color Harmonies of #C481B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C481B5

Black with #C481B5

Text Example


Text Example

White with #C481B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C481B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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