Html Css Color HEX #C194F2 Perfume

📋 copy color: '#C194F2'

red 193 ◦ green 148 ◦ blue 242

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

Shades of Perfume #C194F2

Tints of Perfume #C194F2

RGB

 RED value IS 193 (75.78% from 255) = 33.1%

 GREEN value IS 148 (58.2% from 255) = 25.39%

 BLUE value IS 242 (94.92% from 255) = 41.51%

R = 33.1%
G = 25.39%
B = 41.51%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C194F2 (or 0xC194F2) is known color: Perfume. HEX triplet: C1, 94 and F2. RGB value is (193,148,242). Sum of RGB (Red+Green+Blue) = 193+148+242=583 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.10% from 583); Green value is 148 (58.20% from 255 or 25.39% from 583); Blue value is 242 (94.92% from 255 or 41.51% from 583); Max value from RGB is 242 - color contains mainly: blue. Hex color #C194F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C194F2 is #3E6B0D. Grayscale: #ABABAB. Windows color (decimal): -4090638 or 15897793. OLE color: 15897793.

HSL color Cylindrical-coordinate representation of color #C194F2: hue angle of 268.72º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C194F2 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 193 148 242 -
CMYK 0.20 0.39 0 0.05
HSL 268.72º 0.78% 0.76% -
HSV(B) 268.72º 0.39% 0.95% -
XYZ 48.61 38.93 88.96 -
YUV 172.17 167.41 142.86 -
System Red Green Blue C M Y K H S L
Decimal 193 148 242 0.20 0.39 0 0.05 268.72 0.78 0.76
Hex C1 94 F2 14 27 0 5 10D 4E 4C
Octal 301 224 362 24 47 0 5 415 116 114
Binary 11000001 10010100 11110010 10100 100111 0 101 100001101 1001110 1001100

Color Harmonies of #C194F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C194F2

Black with #C194F2

Text Example


Text Example

White with #C194F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C194F2; }

 p { color: rgb(193,148,242); }

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

background-color css

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

 a { background-color: rgb(193,148,242); }

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

border-color css

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

 span { border-color: rgb(193,148,242); }

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