Html Css Color HEX #C1046B Jazzberry Jam

📋 copy color: '#C1046B'

red 193 ◦ green 4 ◦ blue 107

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

Shades of Jazzberry Jam #C1046B

Tints of Jazzberry Jam #C1046B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.32%

 BLUE value IS 107 (42.19% from 255) = 35.2%

R = 63.49%
G = 1.32%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C1046B (or 0xC1046B) is known color: Jazzberry Jam. HEX triplet: C1, 04 and 6B. RGB value is (193,4,107). Sum of RGB (Red+Green+Blue) = 193+4+107=304 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.49% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 193 - color contains mainly: red. Hex color #C1046B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1046B is #3EFB94. Grayscale: #484848. Windows color (decimal): -4127637 or 7013569. OLE color: 7013569.

HSL color Cylindrical-coordinate representation of color #C1046B: hue angle of 327.3º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C1046B is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 4 107 -
CMYK 0 0.98 0.45 0.24
HSL 327.3º 0.96% 0.39% -
HSV(B) 327.3º 0.98% 0.76% -
XYZ 24.69 12.49 15.02 -
YUV 72.25 147.62 214.12 -
System Red Green Blue C M Y K H S L
Decimal 193 4 107 0 0.98 0.45 0.24 327.3 0.96 0.39
Hex C1 4 6B 0 62 2D 18 147 60 27
Octal 301 4 153 0 142 55 30 507 140 47
Binary 11000001 100 1101011 0 1100010 101101 11000 101000111 1100000 100111

Color Harmonies of #C1046B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1046B

Black with #C1046B

Text Example


Text Example

White with #C1046B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1046B; }

 p { color: rgb(193,4,107); }

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

background-color css

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

 a { background-color: rgb(193,4,107); }

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

border-color css

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

 span { border-color: rgb(193,4,107); }

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