Html Css Color HEX #CF339B Deep Cerise

📋 copy color: '#CF339B'

red 207 ◦ green 51 ◦ blue 155

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

Shades of Deep Cerise #CF339B

Tints of Deep Cerise #CF339B

RGB

 RED value IS 207 (81.25% from 255) = 50.12%

 GREEN value IS 51 (20.31% from 255) = 12.35%

 BLUE value IS 155 (60.94% from 255) = 37.53%

R = 50.12%
G = 12.35%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CF339B (or 0xCF339B) is known color: Deep Cerise. HEX triplet: CF, 33 and 9B. RGB value is (207,51,155). Sum of RGB (Red+Green+Blue) = 207+51+155=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 51 (20.31% from 255 or 12.35% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF339B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF339B is #30CC64. Grayscale: #6D6D6D. Windows color (decimal): -3198053 or 10171343. OLE color: 10171343.

HSL color Cylindrical-coordinate representation of color #CF339B: hue angle of 320º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF339B is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 51 155 -
CMYK 0 0.75 0.25 0.19
HSL 320º 0.62% 0.51% -
HSV(B) 320º 0.75% 0.81% -
XYZ 32.83 18 32.75 -
YUV 109.5 153.68 197.54 -
System Red Green Blue C M Y K H S L
Decimal 207 51 155 0 0.75 0.25 0.19 320 0.62 0.51
Hex CF 33 9B 0 4B 19 13 140 3E 33
Octal 317 63 233 0 113 31 23 500 76 63
Binary 11001111 110011 10011011 0 1001011 11001 10011 101000000 111110 110011

Color Harmonies of #CF339B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF339B

Black with #CF339B

Text Example


Text Example

White with #CF339B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF339B; }

 p { color: rgb(207,51,155); }

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

background-color css

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

 a { background-color: rgb(207,51,155); }

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

border-color css

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

 span { border-color: rgb(207,51,155); }

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