Html Css Color HEX #C02268 Medium Violet Red

📋 copy color: '#C02268'

red 192 ◦ green 34 ◦ blue 104

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

Shades of Medium Violet Red #C02268

Tints of Medium Violet Red #C02268

RGB

 RED value IS 192 (75.39% from 255) = 58.18%

 GREEN value IS 34 (13.67% from 255) = 10.3%

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

R = 58.18%
G = 10.3%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C02268 (or 0xC02268) is known color: Medium Violet Red. HEX triplet: C0, 22 and 68. RGB value is (192,34,104). Sum of RGB (Red+Green+Blue) = 192+34+104=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 34 (13.67% from 255 or 10.30% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C02268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02268 is #3FDD97. Grayscale: #595959. Windows color (decimal): -4185496 or 6824640. OLE color: 6824640.

HSL color Cylindrical-coordinate representation of color #C02268: hue angle of 333.42º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02268 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 34 104 -
CMYK 0 0.82 0.46 0.25
HSL 333.42º 0.7% 0.44% -
HSV(B) 333.42º 0.82% 0.75% -
XYZ 24.81 13.35 14.37 -
YUV 89.22 136.35 201.31 -
System Red Green Blue C M Y K H S L
Decimal 192 34 104 0 0.82 0.46 0.25 333.42 0.7 0.44
Hex C0 22 68 0 52 2E 19 14D 46 2C
Octal 300 42 150 0 122 56 31 515 106 54
Binary 11000000 100010 1101000 0 1010010 101110 11001 101001101 1000110 101100

Color Harmonies of #C02268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02268

Black with #C02268

Text Example


Text Example

White with #C02268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02268; }

 p { color: rgb(192,34,104); }

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

background-color css

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

 a { background-color: rgb(192,34,104); }

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

border-color css

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

 span { border-color: rgb(192,34,104); }

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