Html Css Color HEX #C30068 Jazzberry Jam

📋 copy color: '#C30068'

red 195 ◦ green 0 ◦ blue 104

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

Shades of Jazzberry Jam #C30068

Tints of Jazzberry Jam #C30068

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.22%
G = 0%
B = 34.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C30068 (or 0xC30068) is known color: Jazzberry Jam. HEX triplet: C3, 00 and 68. RGB value is (195,0,104). Sum of RGB (Red+Green+Blue) = 195+0+104=299 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.22% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 195 - color contains mainly: red. Hex color #C30068 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30068 is #3CFF97. Grayscale: #454545. Windows color (decimal): -3997592 or 6815939. OLE color: 6815939.

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

Color convert

RGB 195 0 104 -
CMYK 0 1 0.47 0.24
HSL 328º 1% 0.38% -
HSV(B) 328º 1% 0.76% -
XYZ 25 12.6 14.21 -
YUV 70.16 147.1 217.04 -
System Red Green Blue C M Y K H S L
Decimal 195 0 104 0 1 0.47 0.24 328 1 0.38
Hex C3 0 68 0 64 2F 18 148 64 26
Octal 303 0 150 0 144 57 30 510 144 46
Binary 11000011 0 1101000 0 1100100 101111 11000 101001000 1100100 100110

Color Harmonies of #C30068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30068

Black with #C30068

Text Example


Text Example

White with #C30068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30068; }

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

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

background-color css

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

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

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

border-color css

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

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

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