Html Css Color HEX #C227CF Deep Magenta

📋 copy color: '#C227CF'

red 194 ◦ green 39 ◦ blue 207

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

Shades of Deep Magenta #C227CF

Tints of Deep Magenta #C227CF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.86%

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

R = 44.09%
G = 8.86%
B = 47.05%

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

#C227CF (or 0xC227CF) is known color: Deep Magenta. HEX triplet: C2, 27 and CF. RGB value is (194,39,207). Sum of RGB (Red+Green+Blue) = 194+39+207=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 39 (15.62% from 255 or 8.86% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #C227CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C227CF is #3DD830. Grayscale: #676767. Windows color (decimal): -4053041 or 13576130. OLE color: 13576130.

HSL color Cylindrical-coordinate representation of color #C227CF: hue angle of 295.36º 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 #C227CF is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 39 207 -
CMYK 0.06 0.81 0 0.19
HSL 295.36º 0.68% 0.48% -
HSV(B) 295.36º 0.81% 0.81% -
XYZ 34.24 17.43 60.59 -
YUV 104.5 185.85 191.84 -
System Red Green Blue C M Y K H S L
Decimal 194 39 207 0.06 0.81 0 0.19 295.36 0.68 0.48
Hex C2 27 CF 6 51 0 13 127 44 30
Octal 302 47 317 6 121 0 23 447 104 60
Binary 11000010 100111 11001111 110 1010001 0 10011 100100111 1000100 110000

Color Harmonies of #C227CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C227CF

Black with #C227CF

Text Example


Text Example

White with #C227CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C227CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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