Html Css Color HEX #C381B2 London Hue

📋 copy color: '#C381B2'

red 195 ◦ green 129 ◦ blue 178

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

Shades of London Hue #C381B2

Tints of London Hue #C381B2

RGB

 RED value IS 195 (76.56% from 255) = 38.84%

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

 BLUE value IS 178 (69.92% from 255) = 35.46%

R = 38.84%
G = 25.7%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C381B2 (or 0xC381B2) is known color: London Hue. HEX triplet: C3, 81 and B2. RGB value is (195,129,178). Sum of RGB (Red+Green+Blue) = 195+129+178=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 129 (50.78% from 255 or 25.70% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 195 - color contains mainly: red. Hex color #C381B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C381B2 is #3C7E4D. Grayscale: #9A9A9A. Windows color (decimal): -3964494 or 11698627. OLE color: 11698627.

HSL color Cylindrical-coordinate representation of color #C381B2: hue angle of 315.45º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C381B2 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 129 178 -
CMYK 0 0.34 0.09 0.24
HSL 315.45º 0.35% 0.64% -
HSV(B) 315.45º 0.34% 0.76% -
XYZ 38.39 30.52 45.99 -
YUV 154.32 141.37 157.02 -
System Red Green Blue C M Y K H S L
Decimal 195 129 178 0 0.34 0.09 0.24 315.45 0.35 0.64
Hex C3 81 B2 0 22 9 18 13B 23 40
Octal 303 201 262 0 42 11 30 473 43 100
Binary 11000011 10000001 10110010 0 100010 1001 11000 100111011 100011 1000000

Color Harmonies of #C381B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C381B2

Black with #C381B2

Text Example


Text Example

White with #C381B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C381B2; }

 p { color: rgb(195,129,178); }

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

background-color css

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

 a { background-color: rgb(195,129,178); }

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

border-color css

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

 span { border-color: rgb(195,129,178); }

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