Html Css Color HEX #C1035A Jazzberry Jam

📋 copy color: '#C1035A'

red 193 ◦ green 3 ◦ blue 90

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

Shades of Jazzberry Jam #C1035A

Tints of Jazzberry Jam #C1035A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.05%

 BLUE value IS 90 (35.55% from 255) = 31.47%

R = 67.48%
G = 1.05%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C1035A (or 0xC1035A) is known color: Jazzberry Jam. HEX triplet: C1, 03 and 5A. RGB value is (193,3,90). Sum of RGB (Red+Green+Blue) = 193+3+90=286 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.48% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 193 - color contains mainly: red. Hex color #C1035A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1035A is #3EFCA5. Grayscale: #454545. Windows color (decimal): -4127910 or 5899201. OLE color: 5899201.

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

Color convert

RGB 193 3 90 -
CMYK 0 0.98 0.53 0.24
HSL 332.53º 0.97% 0.38% -
HSV(B) 332.53º 0.98% 0.76% -
XYZ 23.87 12.14 10.76 -
YUV 69.73 139.45 215.93 -
System Red Green Blue C M Y K H S L
Decimal 193 3 90 0 0.98 0.53 0.24 332.53 0.97 0.38
Hex C1 3 5A 0 62 35 18 14D 61 26
Octal 301 3 132 0 142 65 30 515 141 46
Binary 11000001 11 1011010 0 1100010 110101 11000 101001101 1100001 100110

Color Harmonies of #C1035A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1035A

Black with #C1035A

Text Example


Text Example

White with #C1035A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1035A; }

 p { color: rgb(193,3,90); }

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

background-color css

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

 a { background-color: rgb(193,3,90); }

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

border-color css

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

 span { border-color: rgb(193,3,90); }

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