Html Css Color HEX #C30168 Jazzberry Jam

📋 copy color: '#C30168'

red 195 ◦ green 1 ◦ blue 104

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

Shades of Jazzberry Jam #C30168

Tints of Jazzberry Jam #C30168

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 104 (41.02% from 255) = 34.67%

R = 65%
G = 0.33%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C30168 (or 0xC30168) is known color: Jazzberry Jam. HEX triplet: C3, 01 and 68. RGB value is (195,1,104). Sum of RGB (Red+Green+Blue) = 195+1+104=300 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 195 - color contains mainly: red. Hex color #C30168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30168 is #3CFE97. Grayscale: #464646. Windows color (decimal): -3997336 or 6816195. OLE color: 6816195.

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

Color convert

RGB 195 1 104 -
CMYK 0 0.99 0.47 0.24
HSL 328.14º 0.99% 0.38% -
HSV(B) 328.14º 0.99% 0.76% -
XYZ 25.02 12.62 14.21 -
YUV 70.75 146.77 216.62 -
System Red Green Blue C M Y K H S L
Decimal 195 1 104 0 0.99 0.47 0.24 328.14 0.99 0.38
Hex C3 1 68 0 63 2F 18 148 63 26
Octal 303 1 150 0 143 57 30 510 143 46
Binary 11000011 1 1101000 0 1100011 101111 11000 101001000 1100011 100110

Color Harmonies of #C30168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30168

Black with #C30168

Text Example


Text Example

White with #C30168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30168; }

 p { color: rgb(195,1,104); }

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

background-color css

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

 a { background-color: rgb(195,1,104); }

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

border-color css

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

 span { border-color: rgb(195,1,104); }

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