Html Css Color HEX #C228CF Deep Magenta

📋 copy color: '#C228CF'

red 194 ◦ green 40 ◦ blue 207

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

Shades of Deep Magenta #C228CF

Tints of Deep Magenta #C228CF

RGB

 RED value IS 194 (76.17% from 255) = 43.99%

 GREEN value IS 40 (16.02% from 255) = 9.07%

 BLUE value IS 207 (81.25% from 255) = 46.94%

R = 43.99%
G = 9.07%
B = 46.94%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C228CF (or 0xC228CF) is known color: Deep Magenta. HEX triplet: C2, 28 and CF. RGB value is (194,40,207). Sum of RGB (Red+Green+Blue) = 194+40+207=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 40 (16.02% from 255 or 9.07% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #C228CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C228CF is #3DD730. Grayscale: #686868. Windows color (decimal): -4052785 or 13576386. OLE color: 13576386.

HSL color Cylindrical-coordinate representation of color #C228CF: hue angle of 295.33º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C228CF is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 40 207 -
CMYK 0.06 0.81 0 0.19
HSL 295.33º 0.68% 0.48% -
HSV(B) 295.33º 0.81% 0.81% -
XYZ 34.27 17.49 60.6 -
YUV 105.08 185.52 191.42 -
System Red Green Blue C M Y K H S L
Decimal 194 40 207 0.06 0.81 0 0.19 295.33 0.68 0.48
Hex C2 28 CF 6 51 0 13 127 44 30
Octal 302 50 317 6 121 0 23 447 104 60
Binary 11000010 101000 11001111 110 1010001 0 10011 100100111 1000100 110000

Color Harmonies of #C228CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C228CF

Black with #C228CF

Text Example


Text Example

White with #C228CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C228CF; }

 p { color: rgb(194,40,207); }

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

background-color css

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

 a { background-color: rgb(194,40,207); }

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

border-color css

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

 span { border-color: rgb(194,40,207); }

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